Sha256: 66d29be7c5ab3a5db4264183b6e2a128be3c4b6531ba43e99f077ee4056daedd
Contents?: true
Size: 571 Bytes
Versions: 12
Compression:
Stored size: 571 Bytes
Contents
# Run using your favourite async server: # # thin start -R examples/config.ru -p 7000 # rainbows -c spec/rainbows.conf -E production examples/config.ru -p 7000 # # If you run using one of these commands, the webserver is loaded before this # file, so Faye::WebSocket can figure out which adapter to load. If instead you # run using `rackup`, you need the `load_adapter` line below. # # rackup -E production -s thin examples/config.ru -p 7000 require 'rubygems' require File.expand_path('../app', __FILE__) # Faye::WebSocket.load_adapter('thin') run App
Version data entries
12 entries across 12 versions & 2 rubygems