Chris5613 / RankRiddler

Web-based Guess the Rank game
https://www.rankriddler.com/
MIT License
6 stars 12 forks source link

Site chatroom or private messaging #179

Open Chris5613 opened 7 months ago

Chris5613 commented 7 months ago

We can use the powers of socket.io to build a chatroom and have a chat system.

We would just need to store each message in the database so none of it gets lost when a user refreshes the page. We would also need to block certain words so no one can abuse the chat system.