This is a social platform application.
Implemented websocket in spring boot.
Websocket produces full-duplex two way communication between client and server.
Client can send message to server and server broadcast message to all the clients subscribed to it. This is an example for group chat.
Backend using spring boot
and postgreSql
database.
Frontend using reactjs
, and redux-persist
storing state
- Post a new post
- Update/delete a post
- 1vs1 realtime messaging
- track history chat
- see all post of user
- sign up with email and new password that match the rule
Check livedemo