pushpin
pushpin copied to clipboard
A proxy server for adding push to your API, used at the core of Fastly's Fanout service
I'm seeing something strange with the memory in a pushpin container I have running locally and I'm just trying to understand if it's a bug, intentional behaviour or there's some...
I have a setup where i have a docker image running the pushpin server and have used configuration from the sample file to configure the server. I am able to...
Currently the Docker image doesn't run on Macs with Apple silicon (arm64).
Hello, i use pushpin for the https://github.com/tracim/tracim project. As we get multiple log un pushpin related to the multiples components of it. It's a bit complicated to clearly understand what...
Running pushpin Docker as a container works fine as standalone. Now i am trying to add a small nodejs banckend application to the existing pushpin Dockerfile so that i can...
It would be nice if Pushpin could automatically respond to ping messages rather than forwarding to the backend. Ideally this would work for not just literal PING frames, but also...
It would be good to have a kubernetes helm chart for easy deployment inside Kubernetes.
Hi, I'm facing an issue where multiple streams with different **grip-channel** will receive data of other grip channel. It won't happen on the initial connection, instead it happens when pushpin...
Hello. We are using pushpin for real-time updates in the last version of our product [Tracim](https://github.com/tracim/tracim/). During our tests we got unpublished messages when their size is big. After investigation...
Am I forced to subscribe the connection on `OPEN` to a `Grip-Channel` meant for only one connection before I can send a message via the `/publish` endpoint? What if I...