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

https://github.com/cornernote/nodejs-socketio

Node.js Socket.io Server
https://github.com/cornernote/nodejs-socketio

Last synced: 11 months ago
JSON representation

Node.js Socket.io Server

Awesome Lists containing this project

README

          

# Node.js Socket.io Server

## About

Application developed using [Socket.io](https://socket.io).

## Installation

```
docker-compose run --rm node npm install
docker-compose run --rm php composer install
docker-compose up -d
```