/garufa

A websocket server compatible with the Pusher protocol.

Primary LanguageRubyMIT LicenseMIT

Build Status Code Climate

logo

Garufa

An open source server implementation of the Pusher protocol.

Intro

Garufa is a Ruby websocket server which implements the Pusher protocol. It is built on top of Goliath, a high performance non-blocking web server, and inspired by Slanger, another server compatible with Pusher.

Documentation

  • [Installation and usage] (/doc/install.md)
  • [SSL Support] (/doc/ssl.md)
  • [Deploy to Heroku] (/doc/heroku.md)
  • [Using Nginx as reverse proxy] (/doc/nginx.md)
  • [Cheking number of current connections] (/doc/connections.md)
  • [Testing and contributing] (/doc/testing.md)

Pusher

Pusher is a great service, very well documented and with excellent support. Consider using it on production.