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
- Host: GitHub
- URL: https://github.com/cornernote/nodejs-socketio
- Owner: cornernote
- License: mit
- Created: 2020-10-08T11:50:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-08T13:13:58.000Z (over 5 years ago)
- Last Synced: 2025-01-24T05:23:42.400Z (about 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```