RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Web Socket Hook: A bridge between web hooks and web sockets

Web Socket Hook is an open-source Sinatra-based service which bridges web hooks and web sockets. Now you can build apps that respond to web hooks even though your app may not be directly accessible from the internet. Using any standard web socket client you can connect to the WebSocketHook service, register a web hook, and receive messages via the web socket when the hook is called. Even in-browser JS or apps running behind a firewall can receive HTTP POSTs.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in