tideland / gocells

Event Based Applications [DEPRECATED]
BSD 3-Clause "New" or "Revised" License
67 stars 6 forks source link

Queue abstraction for the transport of events #17

Closed themue closed 7 years ago

themue commented 7 years ago

Standard implementation simply uses buffered channels but later other types may be interesting for distributed cells.

joeblew99 commented 7 years ago

This would be really useful. Http seems the obvious one. Quic would be an interesting one because it is UDP based and so can inherently do multicast which might be useful , but i am sure you have your own thoughts on this too. QUIC is 100% golang based. It will get TLS in about a month. Its a google project and is what the chrome browsr has inside to make it fast for streaming. They use it for youtube for example, but you can use it for anything. https://github.com/lucas-clemente/quic-go