Rafał Lorenz
Rafał Lorenz
Hi @omerdn1 thanks for asking, I am not familiar with it, thanks for sharing. I will look into it. I would also strongly encourage you to make try and integrate...
@ppusapati > @vardius Thank you for the great work. > > Can we integrate this with go-micro and nats? would you like to submit a proof of concept as a...
hi @omerdn1 sorry for late reply, just noticed this question. for messaging between multiple services you can have a look at my example implementations of: https://github.com/vardius/pubsub and https://github.com/vardius/pushpull otherwise this...
The most simple example that comes to my mind would be using [message-bus](https://github.com/vardius/message-bus) as an event bus with [event sourcing](https://microservices.io/patterns/data/event-sourcing.html) patter. > Imagine having a large scale application containing a...
W8ing for [Handling Partial Content / 206](https://github.com/whatwg/fetch/issues/144)
I tried this but seems to not work or am I doing smth wrong ? https://googlechrome.github.io/samples/service-worker/prefetch-video/
To test: https://stackoverflow.com/a/51199092/2160958 Should we use ```javascript self.clients.matchAll().then(function (clients){ clients.forEach(function(client){ client.postMessage({ msg: "Hey I just got a fetch from you!", url: event.request.url }); }); }); ``` instead of https://github.com/vardius/peer-cdn/blob/8d105c97f8eb10691db8b71e09dc75084d900161/src/plugins/Delegate.js#L33 What...
take a look at this example: https://github.com/vardius/peer-data/tree/master/examples this example does not use socket channel as a signalling server its simple local webrtc connection with custom signalling channel simply forwarding signalling...
I created one with socket channel as signalling server hope this helps https://github.com/vardius/peer-data/tree/master/examples
Hey man, i updated `reconnect` flow to use `rollback`. there are some still errors in console, for both socket and local examples. I suspect `Failed to execute 'addTrack' on 'RTCPeerConnection':...