/SocketChat

A cute 'lil socket.io chat

Primary LanguageJavaScript

SocketChat Build Status

SocketChat is a 'lil chat application, built in NodeJS, using Socket.io. The code was originally based upon a Socket.io documentation example and has since acquired features such as nickname support.

Development

SocketChat is built using NodeJS and Socket.io. In order to install SocketChat's dependencies, the npm install command should be used before commencing development. SocketChat can be run using node index.js.

Interface Screenshot