mercure
mercure copied to clipboard
🪽 An open, easy, fast, reliable and battery-efficient solution for real-time communications
version: 0.13 running in kubernetes with 512Mb requested and 1Gb limit 2 publish / seconds and only 2 to 5 subscribers
Hello, I try to run Mercure with Caddy for development purposes with Symfony on my local Mac OS. I have downloaded **mercure_0.13.0_Darwin_x86_64.tar.gz** for Mac OS 12.4 (with Apple processor). I...
There is a new proposal for a standard dedicated to matching URLs: https://developer.mozilla.org/en-US/docs/Web/API/URL_Pattern_API If it is adopted, it will better fit the Mercure use case than how we currently hijack...
Hello there ! I know that maybe, I'm not in the rigth place to open this issue, but I didn't find anything on your docker page to do so: https://hub.docker.com/r/dunglas/mercure...
Greetings to you all, I would like to implement Mercure in one of my symfony project, but I haven't been able to find any answer to a bunch of questions,...
Hi Kévin. I would like to reopen #162. I would like to use mercure instead of websocket for my graphql subscriptions, but I'm actually not understanding how to properly do...
A current limitation of Mercure is that attaching metadata (such as HTTP headers) to a resource is not handled at the protocol level. Users need to take care of this...
Mercure is essentially a pub/sub protocol for resource representations in the sense of REST and HTTP. It allows a client to use the HTTP protocol to receive new versions of...
First of all, thanks for this awesome piece of software! We've deployed the latest Mercure and it works great. However, there are two tiny ops snags in its logging as...
Hi all, I'm trying to get mercure running on a Raspberry Pi. I've got my Symfony 4 installation with API Platform running. **Mercure version**: latest (mercure_0.9.0_Linux_armv6) **Symfony version**: 4.4.* **API...