The source code of the Waylis demo server with various usage examples.
If you have any ideas or even specific implementations of interesting examples, feel free to send us your issues and pull requests.
To run the server in development mode, install the dependencies and run the dev script:
npm install
npm run dev
And go to http://localhost:7770
Run a docker container:
docker compose up --build -d
To stop it:
docker compose stop
Released under the MIT License.