Simple non-persistent chat app to test out websockets
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.
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.