Hacker News new | ask | show | jobs
by nine_k 1295 days ago
A stupid simple message relay protocol can be used for stuff other than social media.

OTOH websockets are hard outside the browser :(

2 comments

Maybe years ago but now Websockets are dead simple to use in virtually every language. Heck you can even pipe to a websocket server using websocat using the shell.
Websockets are almost trivial now if you just use a library
Actually, websockets are trivial full stop. I implemented a web socket proxy in C in a day by reading the excellent RFC (sure, there's weird shit in there, but it's not hard).