Skip to content

PascualDaniel/onirix-live-server

Repository files navigation

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

About

Comunication server using Socket IO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published