Hacker News new | ask | show | jobs
by clone1018 1577 days ago
Hey! Thanks for submitting this whit537 !

A couple of days ago[0] I discovered WebSub and thought it was a very neat technology. After hearing some complaints about the existing providers (one incumbent and one legacy) I decided to make one with Elixir[1]! It's a pretty invisible service, but now many Wordpress users are using it to publish out updates to their blog, which is very neat. Let me know if you have any questions!

[0] - https://news.ycombinator.com/item?id=29868055 [1] - https://github.com/clone1018/WebSubHub

1 comments

clone1018 It's nice to see more WebSub implementations out in the wild! I love the potential use cases of WebSub in enabling quick social feed polling in readers (potentially allowing near-real-time updates to show in combination with technologies like web sockets). Amazing to see an implementation in Elixir too!
Agreed! Websockets is one of my other hobbies and Elixir makes that a breeze too. Given another free weekend I'd like to see about minimizing some of the overhead of the Elixir implementation of WebSub just to make potential maintenance easy. Maybe DETS instead of a Postgres dependency :D?