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 .