5 ms·
Create/join a chatroom, invite your friends, and talk about any topic! Also, please provide any feedback here :)
by andylim 12y ago
Create/join a chatroom, invite your friends, and talk about any topic! Also, please provide any feedback here :)
- smedegaard 12y agoNice site, well-designed; however, I do think it will face a chicken-and-egg type of problem unless you can scale very quickly though.
- andylim 12y agoSo right now we are using a MongoDB replicaset which can be scaled. We are going to move to AWS soon instead of a single node for the web server. I think the most difficult thing to scale might be the actual chat server, but we've done some load tests and it can manage at least 500 concurrent users right now. Scaling the chat server will be the first thing I work on after finishing the last remaining basic features.