Resgate v1.5.0 (API Gateway that keeps clients synchronized)

New release includes CORS support, and possibility to map to HTTP methods such PUT, DELETE, and PATCH .

To install Resgate+NATS (with Docker):

docker network create res
docker run -d --name nats -p 4222:4222 --net res nats
docker run --name resgate -p 8080:8080 --net res resgateio/resgate --nats nats://nats:4222

Live (real-time) query example using go-res:

git clone https://github.com/jirenius/go-res
cd go-res/examples/05-search-query
go run .
1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.