Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 214 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 214 Bytes

Chat

A simple single-process chat room application implemented with Node.js, based on websocket.

Start

$ yarn
$ yarn build
$ yarn start

Development

$ yarn
$ yarn watch
$ yarn dev