Skip to content

pmanni02/local-chat-app

Repository files navigation

Description

Local chat app

localChatAppTest.mov

Goal

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.

Compile and run the project

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Run tests

NOTE: not yet implemented

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors