Skip to content

TheConnMan/Transient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transient

Simple non-persistent chat app to test out websockets

Install

Transient requires Node.js, NPM, and Bower to be installed locally.

git clone git@github.com:TheConnMan/Transient.git
cd Transient
npm install
bower install
node app.js

Then navigate to http://localhost:3000.

Docker

Transient can also be run with Docker with the following commands:

docker run -d -p 80:3000 --name transient theconnman/transient

or built locally with:

docker build -t theconnman/transient .

then run with the same command as above.

About

Simple non-persistent chat app to test out websockets -

Resources

Stars

Watchers

Forks

Packages

No packages published