adambeynon / vienna
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (2)
- Wiki (2)
- Graphs
-
Branch:
master
vienna /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Jan 30 07:06:45 -0800 2010 | |
| |
.gitmodules | Mon Feb 08 08:37:16 -0800 2010 | |
| |
README.rdoc | Mon Jan 04 02:52:09 -0800 2010 | |
| |
Rakefile | Mon Feb 01 06:12:20 -0800 2010 | |
| |
VERSION | Wed Feb 03 04:55:30 -0800 2010 | |
| |
bin/ | Mon Feb 08 08:37:16 -0800 2010 | |
| |
cappruby - e83afdc | Mon Feb 08 08:37:16 -0800 2010 | |
| |
cherry_kit - abc663d | Mon Jan 25 08:00:28 -0800 2010 | |
| |
gen/ | Thu Dec 10 11:16:22 -0800 2009 | |
| |
lib/ | Mon Feb 08 08:37:16 -0800 2010 | |
| |
platforms/ | Mon Jan 25 08:00:28 -0800 2010 | |
| |
spec/ | Wed Aug 19 02:27:33 -0700 2009 | |
| |
test/ | Wed Jul 01 03:23:10 -0700 2009 | |
| |
vienna.gemspec | Mon Feb 08 08:37:16 -0800 2010 |
README.rdoc
# vienna: Ruby compiler/runtime for the browser
Vienna aims to provide the following:
* A ruby compiler for ahead-of-time compiling of ruby into javascript * A ruby runtime, written in javascript, to support the previously generated code * An application framework, written in ruby, for developing high grade web applications for the web.
## Installing
# Insall gem from gemcutter
sudo gem install vienna
## Creating a project
vn-gen app MyApplication
## Building
# In root directory of project
vn-build
## Running
… open index.html in a browser
## Deploying
…copy build/debug/* to any web server..
