sdogruyol / kemal-chat

Sample application to demonstrate how easy it is to build realtime applications with Kemal using WebSocket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How could I scale this?

opened this issue · comments

I want to create a Chat too, but how could I scale this Application over multiple Servers, maybe by saving all Connections into a resistor server?

(Question Label required, no real issue)

just put in a db or redis with pubsub

@emilebosch I started to implement redis pubsub, but crystal-redis isn't doing his job with pubsub very good.