A simple example of chat website which allows you to create a room, then share the room with another user and chat with him.
The front-end part of the chat
This project uses yarn
as a package manager.
Node version: 18.7.1
NPM version: 1.22.19
yarn
Open http://localhost:3000 with your browser to see the result.
yarn start
yarn build
The back-end part of the chat
This project uses yarn
as a package manager.
Node version: 18.7.1
NPM version: 1.22.19
yarn
Open http://localhost:5000 with your browser to see the result.
yarn dev
Open http://localhost:5000 with your browser to see the result.
yarn start