Skip to content

A simple container based chat made with Node.js, Hapi, Socket.io and Redis

License

Notifications You must be signed in to change notification settings

indiependente/composedchat

Repository files navigation

composedchat

A simple container based chat made with Node.js, Hapi, Socket.io and Redis

Description

This project is just an example of how to set up a container based application. I wanted to play with docker and docker-compose, so I choose to split an existing redis/node.js chat into a multi-container application. The app is made of two containers:

  • web: the webapp itself
  • redis: the redis in-memory db

The containers are tied together by docker-compose as described in the docker-compose.yml file.

Prerequisites

Installation

  • git clone https://github.com/indiependente/composedchat.git
  • docker-compose up
  • Enjoy!

Feel free to fork and send pull requests!

About

A simple container based chat made with Node.js, Hapi, Socket.io and Redis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published