Skip to content

Latest commit

 

History

History

07_Socket.IO_Chat

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SOCKET CHAT

A simple chat client.. using node and WebSockets!

####Technically...

it uses Socket.IO http://github.com/LearnBoost/Socket.IO and http://github.com/LearnBoost/Socket.IO-node, which also provides Flash sockets, XHR polling and stuff..

The original author only allowed it only websockets to connect... but since I need this for a Flash presentation I turned this on.

####Using this

Just download (clone) the repository and $ node app.js!