An open API service indexing awesome lists of open source software.

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

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/)