thejungwon / docker-chat

Divide the socket.io sample app into react.js and node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Radix Simple Chat

Divide the socket.io sample app into react.js and node.js.

Getting Started

App with multiple containers. Reverse proxy. Screen Shopt

Two containers.

  • front-end(nginx+react.js)
  • back-end(node.js)

To use the internal DNS between two containers, Nginx works as a reverse proxy.

Prerequisites

Make sure you have already installed both Docker Engine and Docker Compose. You don’t need to install node.js or react.js, as both are provided by Docker images.

$ docker -v
Docker version 18.03.1-ce, build 9ee9f40
$ docker-compose -v
docker-compose version 1.21.1, build 5a3f1a3

Installing

git clone https://github.com/thejungwon/docker-chat.git
cd docker-chat
docker-compose up

Running the tests

TBD

Break down into end to end tests

TBD

And coding style tests

TBD

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Divide the socket.io sample app into react.js and node.js.

License:MIT License


Languages

Language:JavaScript 71.6%Language:CSS 13.0%Language:HTML 10.2%Language:Dockerfile 5.2%