Skip to content

ahoward2/nest-react-websockets

Repository files navigation

Description

This is a demo chat application built with NestJS and React. Nest provides support out of the box for websockets via socket.io while we're using a socket.io client in the React application.

Design

basic architecture

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

Real-time chat application with NestJS websockets and a React frontend.

Topics

Resources

Stars

Watchers

Forks