alanjames1987 / marilyn

Marilyn is a client side, Socket.IO driven, Pub/Sub, model layer with a query system similar to Mongoose.
MIT License
114 stars 3 forks source link

Organization: Move the Socket.IO Support to a Plugin #27

Open alanjames1987 opened 9 years ago

alanjames1987 commented 9 years ago

The Socket.IO support should be a plugin so that other WebSocket systems, like Primus, can be supported.

This would also allow AJAX based systems to be supported using long polling by writing other plugins.