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

https://github.com/nsls2/test-redis-ws

Working toward Websockets in Tiled, with Redis
https://github.com/nsls2/test-redis-ws

Last synced: over 1 year ago
JSON representation

Working toward Websockets in Tiled, with Redis

Awesome Lists containing this project

README

          

## Quick Start

```sh
docker run --net=host --rm -v ./redis:/usr/local/etc/redis --name test-redis redis redis-server /usr/local/etc/redis/redis.conf

pixi run serve
```