Skip to content

A demo realtime chat app built with Rails, Socket.IO and Redis.

Notifications You must be signed in to change notification settings

komalwce/chat-room

Repository files navigation

Chat Room

A demo realtime chat app built with Rails, Socket.IO and Redis.

Setup

Install Redis, Node.js, Socket.IO, Ruby (1.9.3 or 2.0) and Rails (4.0.2).

Then clone this repo and install the required gems & node packages:

git clone [email protected]:xhh/chat-room.git
cd chat-room
bundle install
cd socket-server
npm install

Start Redis, for example: redis-server

Start the socket server (in the chat-room/socket-server directory):

npm start

Start the Rails app (in the chat-room directory):

rails s

Lastly, open localhost:3000 and enjoy!

About

A demo realtime chat app built with Rails, Socket.IO and Redis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published