resgate
resgate copied to clipboard
A Realtime API Gateway used with NATS to build REST, real time, and RPC APIs, where all your clients are synchronized seamlessly.
Hi, I'm trying to build a docker image that would dynamically write a configuration and only then start the resgate server. The dynamic bit is picking up the NATS server...
Really excited about this project and am trying out the examples. Nothing is rendering--so the "hello world" example is just a blank white page. Seems to be the same issue...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
## Issue Services want to be able to track which clients are currently connected to any of the Resgates. ## Scope This feature should consider the following: 1. Resgate events...
## Issue In case a [client get request](https://github.com/jirenius/resgate/blob/master/docs/res-client-protocol.md#get-request) is immediately followed by another *client get* or *subscribe request*, while the first request is still collecting resources, the response for the...
Logging
So far, all the logging stuff has been ignored. The problem is that all the different golang log libraries don't share a common standard interface, so the solution would be...
## Issue Similar logging capabilities that exists in NATS Server should be available in Resgate, to allow a unified way of logging activities in both servers. ## Related discussion https://github.com/jirenius/resgate/issues/34
We are recently running Resgate on our platform; thank you for this repo, by the way. However, we still needed basic metrics from it, so we decided to add the...