titan-x / titan

Messaging server with mobile and browser support.
MIT License
2 stars 3 forks source link

Think about merging Titan into NBusy Server or reverse #95

Open soygul opened 8 years ago

soygul commented 8 years ago

Similar reasoning to https://github.com/centrifugal/centrifugo

In a nutshell this is a server running near your application and keeping lots of persistent Websocket or SockJS connections from your application clients (from web browsers or other environments). When some event happens you can broadcast it to all interested clients using Centrifugo API.

soygul commented 8 years ago

If we keep separate repos, we'll have to keep separate Deploy to Heroku buttons as well as Docker images. It might be best to merge NBusy stuff into Titan and keep NBusy Server as a Titan config repo only. But even then, it might be still better to keep two copies of everything since having a docker image for NBusy with all-in-one with SDKs and clients is useful for people who want private deployment.

soygul commented 8 years ago

Also backport 'Getting Started' from KOAN.