An easy implementation of a chat using Angular and Go.
Create docker image for server:
docker build -t chatter-server .
Create docker image for web:
docker build -t chatter-web .
Deploy containers:
docker-compose up -d
You can also use the docker-build.sh script.