morodomi / socket.io-chat

Using Node.js, Express, EJS, Socket.io for chat program on the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Author Masahiro Morodomi <morodomi at gmail.com>

##Description Test Program for Node.js, socket.io with Express framework and EJS

##Installation

git clone git://github.com/morodomi/socket.io-chat.git
cd socket.io-chat
npm install -d
vi views/index.ejs

Please fix "http://localhost" to your host name

var socket = io.connect('http://localhost');

##Launch

node app.js

About

Using Node.js, Express, EJS, Socket.io for chat program on the browser


Languages

Language:JavaScript 100.0%