Replies: 1 comment
-
Yes. This is a simple chat application focused mainly to demonstrate scaling chat application to multiple instances. The idea was not to create a full-fledge chat app but to showcase the use of Redis Pub/Sub and WebSockets to sync messages between different instances. WebSockets are stateful i.e. a client application (Web/Js app in this case) connects and maintains connection to a single instance of the JVM Server. So users connected to one JVM instance could only see messages sent to that instance only. As and when time permits, I'd be enhancing this to have User authentication and other features. Feel free to fork and contribute. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
is this java based messaging application ?
Beta Was this translation helpful? Give feedback.
All reactions