-
Notifications
You must be signed in to change notification settings - Fork 0
A simple EventMachine-based asynchronous webserver.
License
simonwex/shotgun
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
#!/usr/bin/env ruby -KU $: << "#{File.dirname(__FILE__)}/lib" require 'rubygems' require 'shotgun' Shotgun.start(:port => 3000) do response.content = "<html><body>Hello from a block</body></html>" response.send end
About
A simple EventMachine-based asynchronous webserver.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published