nainglinnkhant / chat-app

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

Home Page:https://chat-app-ecru-seven.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://chat-app-ecru-seven.vercel.app


Languages

Language:TypeScript 77.9%Language:CSS 17.4%Language:HTML 4.7%