https://github.com/ratikaewkam/socket.io-docker
Build a chat app with Socket.IO, Node.js, and Docker
https://github.com/ratikaewkam/socket.io-docker
docker javascript nodejs socket-io
Last synced: about 2 months ago
JSON representation
Build a chat app with Socket.IO, Node.js, and Docker
- Host: GitHub
- URL: https://github.com/ratikaewkam/socket.io-docker
- Owner: ratikaewkam
- Created: 2023-07-20T09:48:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T07:51:23.000Z (over 2 years ago)
- Last Synced: 2025-06-05T08:01:24.557Z (about 1 year ago)
- Topics: docker, javascript, nodejs, socket-io
- Language: HTML
- Homepage: https://docker-socket-io.azurewebsites.net/
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# socket.io-docker
Build a chat app with Socket.IO, Node.js, and Docker
## Demo
- [docker-socket-io](https://docker-socket-io.azurewebsites.net/)
## Installation
```bash
npm install express@4
```
```bash
npm install socket.io
```
---
## Reference
- [Socket.IO](https://socket.io/)
- [Node.js Docker](https://hub.docker.com/_/node/)