Anonymus chat app thats built with React and Typescript on the frontend and Nest.js on backend. It lets creating private rooms and not stores any data about users or messages,
- Live Version: https://limonatasuyu.github.io/react-nest-chat-app/
To get started with the app, follow these steps:
Clone the repository:
git clone https://github.com/limonatasuyu/react-nest-chat-app.git
cd react-recipes-app
Install dependencies for frontend:
cd frontend
npm install
Run the frontend development server:
npm run dev
This will start the frontend app on http://localhost:5173.
Install dependencies for backend:
cd backend
npm install
Run the backend development server:
npm start
This will start the backend app on http://localhost:3000.
- React: JavaScript library for building user interfaces.
- TypeScript: A typed superset of JavaScript.
- Nest.js: Node.js framework for building server-side applications.
- AntDesign: UI Components library for react.
- WebSocket: Bidirectional, a full-duplex protocol.