Hacker News new | ask | show | jobs
by edoceo 2393 days ago
Now that we've all seen the awesome implementation I think a clone in Go is not far off.

If I don't see one by EOD I'll have to make - is thing is super cool

1 comments

You'd better post the code
Here's the extra poor man's version to get ya'll started. It doesn't have any of the auth/rate limiting/etc or pubsub, but it should basically work for the MPMC queue stuff:

https://github.com/patchbay-pub/patchbay-simple-server

Note that this will leak memory since there's no logic for removing old unused channels.

Nice!
And, a bit late, me too, of the pub/sub option that sounded more appealing to me. https://github.com/olup/patchcreek