Fork me on GitHub

Web Framework

The RingoJS Web Framework is a full featured web stack. It is built on top of a JSGI compliant interface including a rich set of practical middleware. On top of that it adds features such as:

The RingoJS demo app showcases a number of these features. To run the demo application on your computer run the following command:

ringo apps/demo/main.js

This starts and serves the demo web app on port 8080:

http://localhost:8080/

edit this page | list all pages | goto homepage