dwyl / hapi-socketio-redis-chat-example

:speech_balloon: Real-time Chat using Hapi.js + Socket.io + Redis Pub/Sub (example with tests!!)
GNU General Public License v2.0
364 stars 73 forks source link

De-couple the UI from the Backend implementation? #65

Open nelsonic opened 8 years ago

nelsonic commented 8 years ago

What do people think about the idea of de-coupling the UI from the API so we can independently test different UI ?

melroy89 commented 8 years ago

Good idea, currently not the main focus I think. The main focus now should be mobile friendly (see Bootstrap) and server sessions/cookies (revering to the null username). Maybe check-out: https://github.com/rajaraodv/redispubsub#socketio-and-sticky-sessions