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.
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.