You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: