Skip to content
/ chat2k Public

really basic chat room featuring NestJS, Socket.IO, and rx BehaviorSubjects

Notifications You must be signed in to change notification settings

bcliden/chat2k

Repository files navigation

Chat2k

super basic chat room featuring no accounts or persistence! Server runs with websockets + behaviorsubject for state :)

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

About

really basic chat room featuring NestJS, Socket.IO, and rx BehaviorSubjects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published