You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
lib | 1 year ago | |
.gitignore | 10 years ago | |
AUTHORS | 13 years ago | |
Gemfile | 10 years ago | |
Gemfile.lock | 10 years ago | |
LICENSE | 13 years ago | |
README.md | 13 years ago | |
Rakefile | 10 years ago | |
VERSION | 10 years ago | |
robustserver.gemspec | 10 years ago |
README.md
Usage
class MyServer < RobustServer
def run
# something to do...
end
end
MyServer.new.main