/chat_app

Primary LanguageTypeScript

chat_app

This is a basic chat app, currently it's a single global chat room that broadcasts messages to every user.

Future features will be:

  1. Users can pick a unique username, which will be stored on the server. The username will be stored until they log off, in which case the username will become available for someone else to use.

  2. Users can create a private chat room and send a private link / set up a password to make keep the room private

  3. Users can send direct messages to another user