Thanks to visit codestin.com
Credit goes to github.com

Skip to content

zbicin/chat-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-client

chat-client is an open-source Node.js typescript application supporting a client side of websocket chat messaging system.

Requirements

Application runs on Node.js version >= 8.5.0 and TypeScript >= 2.5.2.

Setup

First install dependencies using:

npm install

then compile with:

tsc --watch

Usage

Run with:

npm start

from project's root directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.3%
  • HTML 26.7%