This is a demonstration for socket.io, express.js and Rails notifications
-
bundle install
-
rake db:seed
-
node node/notify.js
-
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: [email protected] / abcd123 [email protected] / abcd123 [email protected] / abcd123
When you login via any of these, you can send messages to the other users from a simple form