Skip to content

General Chat. Made with Next.JS, Socket.IO, MongoDB and other new technologies. The link below is semi-working: the frontend is working. Too lazy to generate a certificate for websocket

License

Notifications You must be signed in to change notification settings

art3m4ik3/ChatRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Room

General Chat. Made with Next.JS, Socket.IO, MongoDB and other new technologies. There is shitcode available in the backend, I didn't try to make a complex and smart system.

Installing the client part
npm i -g yarn # if yarn is not installed
cd Client
cp .env.example .env
nano .env # configure the .env using nano or another editor you are comfortable with
yarn
yarn run build
yarn run start
Installing the server part
npm i -g yarn # if yarn is not installed
cd Server
cp .env.example .env
nano .env # configure the .env using nano or another editor you are comfortable with
yarn
yarn run build
yarn run start

Chat

About

General Chat. Made with Next.JS, Socket.IO, MongoDB and other new technologies. The link below is semi-working: the frontend is working. Too lazy to generate a certificate for websocket

Topics

Resources

License

Stars

Watchers

Forks