Sha256: f722de229f3a63dcbd86b97d881521e0a756fa47b1d3a17b96f5f4e08611db9c

Contents?: true

Size: 568 Bytes

Versions: 2

Compression:

Stored size: 568 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

2 entries across 2 versions & 1 rubygems

Version Path
faye-websocket-0.4.7-java examples/config.ru
faye-websocket-0.4.7 examples/config.ru