Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Aqtoni/nestjs-chat

Repository files navigation

NestJS Socket.io

This is a realtime chat application built with NestJS, React and Socket.io 💬. Nest provides out-of-the-box support for websockets via Socket.io, and in the React application, we're using a Socket.io client to keep the conversations going 🤝. Users can login and create or join existing chat rooms! 👉 Login now and create or join existing chat rooms! 💬

NestJS
NestJS
Swagger
Socket.IO

Server

  • Chat websocket gateway.
  • Object schema validation via pipes with zod.
  • Attribute-based access control authorization via guards with CASL.

Client

Installation

$ yarn

Running the app

# start client and server in development mode
$ yarn dev

# build client and server for production
$ yarn build

# start server in production
$ yarn start:prodserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published