This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
2
Please Help me create a chat application with springboot , react and websockets
Post Body
I want to include the following Key features:
- User Chats & Chat Rooms: Users can chat directly or in rooms.
- Persistent Messages: Messages are stored and retained.
- Containerization: Planning to containerize and host the app.
Questions
- Should I create a REST API to get data on all rooms a user has joined?
- Should I also create REST API to fetch message history in a room?
- Is PostgreSQL a good choice for storing chat messages?
- Any open-source chat apps I can study for reference?
If i am assuming/doing something wrong ... please point me to a right direction
Thank you for your time
Author
Account Strength
70%
Account Age
2 years
Verified Email
Yes
Verified Flair
No
Total Karma
1,157
Link Karma
668
Comment Karma
489
Profile updated: 5 days ago
Posts updated: 2 weeks ago
Subreddit
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 2 months ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/developersI...