/socket-chat

A socket.io powered chat application

Primary LanguageJavaScriptMIT LicenseMIT

socket-chat

A socket.io powered chat application using WebSockets to offer real-time syncing between users. User interfaces are rendered using React.

Getting started

To get started, simply clone or download this repo and install the dependencies.

Clone this repo

git clone https://github.com/tobysteward/socket-chat.git
cd socket-chat

Install dependencies

This project depends on Node.js, npm and Bower. To the build the project run the following:

$ npm install && bower install
$ gulp build

Starting server

To start the server run:

node server.js

Navigate to http://localhost:3000 to check it out.