Skip to content

Server-side online chatroom functionality, to be reused for different applications

Notifications You must be signed in to change notification settings

skelenet/chat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Server

Server-side online chatroom functionality, to be reused for different applications.

Prerequisites

Install Yarn

npm install -g yarn

Instructions

Install dependencies

yarn

Run the application locally (non-development)

yarn start

Run the application locally in development mode (with hot reloading)

yarn dev

Run tests with coverage

yarn test

Run tests in development mode (with hot reloading)

yarn test:dev

About

Server-side online chatroom functionality, to be reused for different applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published