Local chat app
localChatAppTest.mov
The purpose of this app is to serve as an introduction to websockets. This is the first of a few apps. This particular one will focus on the backend logic with a minimal frontend.
Next app will have a more robust React based front-end. Last app will combine websockets, React, NestJS, and possibly deployment.
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodNOTE: not yet implemented
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov