Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nowhat

NodeJS WebSocket Chat Server

For Demo Purposes Only.

Limited to one room only.

Live Demo

Projects Dependencies

Nowhat uses a number of open source projects to work properly:

  • [uWebSocket.js] - fast NodeJS websocket implementation
  • [pinipig] - uWebSocket.js wrapper
  • etc

Installation

GIT Clone this project

NPM Install

in the project directory run

node index.js

Docker

GIT Clone this project

in the project directory run

docker build -t susilon/nowhat . (<- don't forget the dot :D>)

docker run -d -p 9090:9090 --name nowhat_server susilon/nowhat

open chat client at browser http://yourserver:9090

to see server log:

docker logs --tail 100

Local Pinipig

We user our version of pinipig, we add small changes at onclose event.

About

NodeJS WebSocket Chat Server

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages