Real time Twitch-Slack chat in Node and Web Sockets using Socket.io. http://superchatendo.com
196
Live demo: http://superchatendo.com
Written by Nathaniel Sabanski.
Uses HTML5, CSS3, Node, Redis, Web Sockets (Socket.io), Express, jQuery.
sudo apt install nodejs redisgit clone https://github.com/gnat/super-chatendo.git .cd super-chatendonpm installnpm startAnd point your browser to http://localhost:3000. Optionally, specify a port by supplying the PORT env variable.
Optionally run Super Chatendo in a container using Docker.
Fully automated setup using Docker Compose. Includes Redis and Nginx reverse proxy.
sudo docker-compose build && sudo docker-compose up --force-recreate --remove-orphansOr bare Node.js app only. You provide your own Redis server.
sudo docker build -t superchatendo --no-cache . && sudo docker run -p80:3000 -d superchatendoContent type
Image
Digest
Size
267.6 MB
Last updated
over 7 years ago
docker pull sabanski/super-chatendo