Project

rubysite

0.0
No commit activity in last 3 years
No release in over 3 years
Provides web access for singleton methods in an including module. Allows the user to make a web service by simply including Rubysite.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0

Runtime

 Project Readme

Rubysite

© Danny Purcell 2013 | MIT license

Makes creating web service as easy as writing a function library.

Features

Allows the user to write a properly documented module/class as a function library and convert it to a web service by simply including Rubysite.

Usage

Write your module of methods, document them as you normally would. include Rubysite Optionally #!/usr/bin/env ruby at the top.

Calling ruby ./path/to/module.rb will start the server. Your module's singleton methods def self.method_name will be available from the web at localhost:8080 by default.