/chat-app

A mini discord-inspired real-time chat app. This was built to practice the file transfer over the web socket protocol.

Primary LanguageTypeScript

Getting Started

First, create a .env file and fill your environment keys as shown in .env.example.

Run the server:

cd server
yarn dev

and then run the client:

cd client
yarn start

You can now play around with it.