A socket.io powered chat application using WebSockets to offer real-time syncing between users. User interfaces are rendered using React.
To get started, simply clone or download this repo and install the dependencies.
git clone https://github.com/tobysteward/socket-chat.git
cd socket-chatThis project depends on Node.js, npm and Bower. To the build the project run the following:
$ npm install && bower install
$ gulp buildTo start the server run:
node server.jsNavigate to http://localhost:3000 to check it out.