Skip to content

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

License

Notifications You must be signed in to change notification settings

thejungwon/docker-chat

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published