Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 708 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 708 Bytes

Onirix Live Server

codecov

Description

This repository has a WebSocket server and a sample client to communicate with it. The code for the server program is located in the src directory and the code for the sample client is located in the client directory.

Installation

$ npm install

Running the app

# development server
$ npm run start

# watch mode server
$ npm run start:dev

# production mode server
$ npm run start:prod

Test

# unit tests
$ npm run test

# test coverage
$ npm run test:cov