Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdleesmiller/docker-chat-demo
Companion repo for my "Lessons from Building a Node App in Docker" article.
https://github.com/jdleesmiller/docker-chat-demo
blog-article docker docker-compose nodejs socketio
Last synced: 1 day ago
JSON representation
Companion repo for my "Lessons from Building a Node App in Docker" article.
- Host: GitHub
- URL: https://github.com/jdleesmiller/docker-chat-demo
- Owner: jdleesmiller
- Created: 2016-03-06T17:00:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T16:29:27.000Z (over 5 years ago)
- Last Synced: 2025-01-15T21:18:17.793Z (8 days ago)
- Topics: blog-article, docker, docker-compose, nodejs, socketio
- Language: HTML
- Homepage: https://jdlm.info/articles/2019/09/06/lessons-building-node-app-docker.html
- Size: 34.2 KB
- Stars: 325
- Watchers: 7
- Forks: 57
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Chat Demo
Companion repo for this article on my blog:
- [Lessons from Building a Node App in Docker](https://jdlm.info/articles/2019/09/06/lessons-building-node-app-docker.html) (2019 update).
- [Lessons from Building a Node App in Docker](http://jdlm.info/articles/2016/03/06/lessons-building-node-app-docker.html) (2016 original).Contains step-by-step examples used in the article to get the [socket.io chat example](http://socket.io/get-started/chat) running in Docker.
## 2019 Update
Each step has a tag:
- [2019-01-bootstrapping](https://github.com/jdleesmiller/docker-chat-demo/tree/2019-01-bootstrapping)
- [2019-02-bootstrapped](https://github.com/jdleesmiller/docker-chat-demo/tree/2019-02-bootstrapped)
- [2019-03-dependencies](https://github.com/jdleesmiller/docker-chat-demo/tree/2019-03-dependencies)
- [2019-04-the-app](https://github.com/jdleesmiller/docker-chat-demo/tree/2019-04-the-app)
- [2019-05-dev-prod](https://github.com/jdleesmiller/docker-chat-demo/tree/2019-05-dev-prod)## 2016 Original
Here's the [original code from 2016](https://github.com/jdleesmiller/docker-chat-demo/tree/2016).
Each step has a tag:
- [01-bootstrapping](https://github.com/jdleesmiller/docker-chat-demo/tree/01-bootstrapping)
- [02-bootstrapped](https://github.com/jdleesmiller/docker-chat-demo/tree/02-bootstrapped)
- [03-dependencies](https://github.com/jdleesmiller/docker-chat-demo/tree/03-dependencies)
- [04-the-app](https://github.com/jdleesmiller/docker-chat-demo/tree/04-the-app)
- [05-dev-prod](https://github.com/jdleesmiller/docker-chat-demo/tree/05-dev-prod)## License
The ISC license:
Copyright (c) 2016–2019, John Lees-Miller
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.