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.
$ yarn# start client and server in development mode $ yarn dev # build client and server for production $ yarn build # start server in production $ yarn start:prodserver