jajp777 / pusher

Push Notifications example using express.js, socket.io - powered by a Rails app

Home Page:http://blog.joshsoftware.com/2012/04/12/real-time-games-using-html5-websockets-nodejs-and-socket-io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pusher

This is a demonstration for socket.io, express.js and Rails notifications

  1. bundle install

  2. rake db:seed

  3. node node/notify.js

  4. rails s

This is a demo repository for sending messages to users. Currently its just simple one message to another. We can enhance this to trigger notifications in the server itself

There are 3 pre-registered users: gautam@example.com / abcd123 sethu@example.com / abcd123 admin@example.com / abcd123

When you login via any of these, you can send messages to the other users from a simple form

About

Push Notifications example using express.js, socket.io - powered by a Rails app

http://blog.joshsoftware.com/2012/04/12/real-time-games-using-html5-websockets-nodejs-and-socket-io