Iamlars / Learn-HTML5-Socket.io

websocket和gulp的学习项目

Home Page:http://i-ued.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

socket.io示例项目。

    1. 在linux下面新建一个文件夹
    1. 使用 git clone https://github.com/Iamlars/socket.git
    1. 执行 npm install ,如果未安装node或npm,看 5
    1. cd socket
    1. node index.js
    1. ubuntu14 安装node的步骤
    • 5.1 apt-get update | 升级apt到最新
    • 5.2 apt-get install node |
    • 5.3 node install -g n | 安装node版本管理工具
    • 5.4 n stable | 升级到最近的node稳定版本`
    • 5.5 apt-get install npm | 安装npm`
    • 5.6 npm install -g npm | 升级到最新的npm`

About

websocket和gulp的学习项目

http://i-ued.com


Languages

Language:JavaScript 77.7%Language:CSS 11.5%Language:HTML 10.8%