Sha256: 88679e1ea69d899b5fdbcb2916daeb08f30b036e6668b8f6f2c196986eedbaae

Contents?: true

Size: 530 Bytes

Versions: 3

Compression:

Stored size: 530 Bytes

Contents

#!/usr/bin/env falcon-host

load :rack, :self_signed_tls, :supervisor

supervisor

rack 'hello.localhost', :self_signed_tls do
	# scheme 'http'
	# protocol {Async::HTTP::Protocol::HTTP1}
	# 
	# endpoint do
	# 	Async::HTTP::Endpoint.for(scheme, "localhost", port: 9292, protocol: protocol)
	# end
	
	append preload "preload.rb"
	
	# Process will connect to supervisor to report statistics periodically, otherwise it would be killed.
	# report :supervisor
end

# service 'jobs' do
# 	shell ['rake', 'background:jobs:process']
# end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
falcon-0.35.2 examples/hello/falcon.rb
falcon-0.35.1 examples/hello/falcon.rb
falcon-0.35.0 examples/hello/falcon.rb