Skip to content

A web chat client that I am tired of recreating over and over

Notifications You must be signed in to change notification settings

ajkmcurator/nos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nos / NOrSe (Formerly NOS-ALPHA)

This is a web-based chat client that will be slowly evolving.

Requirements

  • Node.js
  • NPM

Downloading

git clone https://github.com/EPiC-Inc/nos-alpha.git

Installing Dependencies

npm install --save express socket.io

Starting server

node server.js [port] [port] is optional, defaults to 80

npm test to quickly start on port 8080

npm start starts it on port 80

Updating

git pull origin master

About

A web chat client that I am tired of recreating over and over

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 66.6%
  • HTML 22.5%
  • CSS 10.9%