uggedal / halcyon forked from mtodd/halcyon
- Source
- Commits
- Network (4)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
commit f5798b43cc4b98a320d91af4e15f32e0f130ac3b
tree e215af028efb60c885a40d7d18dfc32792e2fb37
parent 5afe095cef7596fa89f45c45d6b51c34a2b34015
tree e215af028efb60c885a40d7d18dfc32792e2fb37
parent 5afe095cef7596fa89f45c45d6b51c34a2b34015
halcyon /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Apr 11 06:57:45 -0700 2008 | |
| |
AUTHORS | Fri Dec 14 01:38:21 -0800 2007 | |
| |
LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
bin/ | Tue Mar 25 17:52:52 -0700 2008 | |
| |
clients/ | ||
| |
example/ | ||
| |
lib/ | ||
| |
spec/ | ||
| |
support/ |
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 == 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/>

