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

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)

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
````