Sign inSign up

sabanski/super-chatendo

By sabanski

Updated over 7 years ago

Real time Twitch-Slack chat in Node and Web Sockets using Socket.io. http://superchatendo.com

Image
0

196

sabanski/super-chatendo repository overview

Super Chatendo Entertainment System

Live demo: http://superchatendo.com

Written by Nathaniel Sabanski.

Uses HTML5, CSS3, Node, Redis, Web Sockets (Socket.io), Express, jQuery.

Screenshot

Super Chatendo Entertainment System

Features

  • Real time Twitch/Slack chat demo with lobby, emotes and colorful user sessions.
  • Backend using Redis.

Run

  • sudo apt install nodejs redis
  • git clone https://github.com/gnat/super-chatendo.git .
  • cd super-chatendo
  • npm install
  • npm start

And point your browser to http://localhost:3000. Optionally, specify a port by supplying the PORT env variable.

Run using Docker

Super Chatendo Entertainment System

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-orphans

Or bare Node.js app only. You provide your own Redis server.

  • sudo docker build -t superchatendo --no-cache . && sudo docker run -p80:3000 -d superchatendo

Tag summary

Content type

Image

Digest

Size

267.6 MB

Last updated

over 7 years ago

docker pull sabanski/super-chatendo