thisissoon / FM-Frontend-API

A node js middle layer between FM Frontend and FM API
1 stars 0 forks source link

Socket events #14

Closed jamesjwarren closed 8 years ago

jamesjwarren commented 8 years ago

Move socket event handling from external node app into sails. Using sails built in socket handling, will enable us to make better use of sockets in our development API. It can then be hooked up to Redis pub/sub in production.

jamesjwarren commented 8 years ago

Closed in #22