This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
No gems have been built for this project yet.
commit f926f5b6e9af3730df93f0d4c02d44d241d6ec0c
tree 80aa96bdefe01cc3db37a98fb51d7811b802fee2
parent 8d10fc3e8f1283b0f8d728cc7a9216c889ff55be
tree 80aa96bdefe01cc3db37a98fb51d7811b802fee2
parent 8d10fc3e8f1283b0f8d728cc7a9216c889ff55be
halcyon /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Apr 11 06:57:45 -0700 2008 | [uggedal] |
| |
AUTHORS | Fri Dec 14 01:38:21 -0800 2007 | [mtodd] |
| |
LICENSE | Thu Apr 17 18:32:57 -0700 2008 | [mtodd] |
| |
README | Fri Apr 11 13:19:03 -0700 2008 | [mtodd] |
| |
Rakefile | Fri Apr 04 15:05:26 -0700 2008 | [mtodd] |
| |
bin/ | Tue Mar 25 17:52:52 -0700 2008 | [mtodd] |
| |
clients/ | Thu Apr 17 19:17:33 -0700 2008 | [mtodd] |
| |
examples/ | Thu Apr 17 19:19:08 -0700 2008 | [mtodd] |
| |
lib/ | Wed Apr 16 18:31:30 -0700 2008 | [mtodd] |
| |
spec/ | Wed Apr 16 18:31:30 -0700 2008 | [mtodd] |
| |
support/ | Tue Apr 15 18:56:55 -0700 2008 | [mtodd] |
README
= Halcyon JSON Application Framework A JSON Web Application Framework for developing lightweight applications interfaced via JSON-encoded HTTP requests. This is ideal for back end applications serving functionality for other applications. == On Rack Halcyon is based off of Rack. Rejoice, Rack is amazing. == Development Halcyon is currently undergoing major refactoring and restructuring. The API is subject to change up until the official 0.5.0 release. == Installation A Gem of Halcyon is available. You can install it with: $ sudo gem install halcyon Alternatively, you can install the latest development efforts from the git repository, located at http://github.com/mtodd/halcyon: $ git clone git://github.com/mtodd/halcyon.git $ cd halcyon; rake install Don't forget to install the JSON gem for improved performance: $ sudo gem install json == Usage Usage instructions will be updated when the application generation code is completed. == Contact Please mail bugs, suggestions and patches to <mailto:chiology@gmail.com>. You are also welcome to join the #halcyon channel on irc.freenode.net. Our website is up so stop by and check out what's going down. Our address is http://halcyon.rubyforge.org/. On there you will find information about our mailing list as well, so do stop by. == Thanks To * Bill Marquette, typo correction, reviewing examples * Elliott Cable, missing dependency, Thin testing * ramstedt, Mongrel on JRuby port numericality issue (#14) * Ben Simpson, PHP Client bug fixes * Eivind Uggedal, dependencies for Router support of resources == Links Halcyon:: <http://halcyon.rubyforge.org/> Aurora:: <http://aurora.rubyforge.org/> Rack:: <http://rack.rubyforge.org/> JSON:: <http://json.rubyforge.org/> Matt Todd:: <http://maraby.org/>





