Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ovidiubute/isomorphic-chat
Isomorphic chat app built in NodeJS & React, deployed in Docker Cloud
https://github.com/ovidiubute/isomorphic-chat
async-await babel docker docker-cloud docker-compose ejs jest koa mongodb react redis server-side-rendering socket-io webpack2 websockets
Last synced: about 2 months ago
JSON representation
Isomorphic chat app built in NodeJS & React, deployed in Docker Cloud
- Host: GitHub
- URL: https://github.com/ovidiubute/isomorphic-chat
- Owner: ovidiubute
- License: mit
- Created: 2017-04-16T06:18:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T09:16:17.000Z (over 6 years ago)
- Last Synced: 2024-10-22T03:00:48.178Z (3 months ago)
- Topics: async-await, babel, docker, docker-cloud, docker-compose, ejs, jest, koa, mongodb, react, redis, server-side-rendering, socket-io, webpack2, websockets
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# isomorphic-chat
[![Deploy to Docker Cloud](https://files.cloud.docker.com/images/deploy-to-dockercloud.svg)](https://cloud.docker.com/stack/deploy/)Isomorphic chat application built with React on the frontend, Node.js on the backend, deployable via Docker Cloud to any cloud provider. Backend services needed: Redis and MongoDB.
## How to develop
Clone the repo. You will need Docker, so [download it](https://docs.docker.com/engine/installation/) and start it either by running Docker or Kitematic, depending on your system.
Start the services by doing
```shell
docker-compose up
```This will watch for changes in your repo, so you can now navigate to the IP assigned by Docker Machine and check out the application inside your browser.
## How to deploy
Click the `Deploy to Docker Cloud` button. Register an account (it's *almost* free), connect a Cloud Provider and you're good to go!
## License
[MIT](./LICENSE)