Guest User

Untitled

a guest
Sep 30th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. # config.ru
  2. require 'faye'
  3. Faye::WebSocket.load_adapter('thin')
  4. app = Faye::RackAdapter.new(:mount => '/faye', :timeout => 25)
  5. run app
Advertisement
Add Comment
Please, Sign In to add comment