https://github.com/3mapslab/tos-simulator-socket
A simple dummy operations simulator and WebSockets server (demo project)
https://github.com/3mapslab/tos-simulator-socket
Last synced: about 1 year ago
JSON representation
A simple dummy operations simulator and WebSockets server (demo project)
- Host: GitHub
- URL: https://github.com/3mapslab/tos-simulator-socket
- Owner: 3mapslab
- License: mit
- Created: 2021-02-17T15:42:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-25T16:03:19.000Z (over 5 years ago)
- Last Synced: 2025-01-21T08:44:50.767Z (over 1 year ago)
- Language: JavaScript
- Size: 99.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tos-simulator-socket
A simple dummy operations simulator and WebSockets server (demo project)
## Quickstart
-
- Clone or download this repo onto your machine;
- Open up a command line inside the repository, and run the server through composer:
```shell
docker-compose up -d --build
````