Glavin001 / imessage-server

Handle iMessage events and broadcast to clients
MIT License
0 stars 0 forks source link

Use Socket.io to distribute messages to Clients #2

Open Glavin001 opened 9 years ago

Glavin001 commented 9 years ago

See http://socket.io/get-started/chat/

When message events are received from #1 broadcast them to the clients.

Glavin001 commented 9 years ago

See http://sailsjs.org/documentation/reference/web-sockets for Sails.js socket.io documentation.