alexandre 2013-05-23 22:43:28 -03:00
parent 105792ca6f
commit 71fee64623
1 changed files with 3 additions and 4 deletions

View File

@ -1,10 +1,9 @@
====
Orun
====
Orun (Object RUNtime) is a small/lightweight library that provides a fast
and full way to build Python RIA, the client communicates with the server
through ajax. Typical usage often looks like this::
to build Python RIA, the client communicates with the server through ajax.
Typical usage often looks like this::
#!/usr/bin/env python
# Cherrypy + ExtJS example
@ -39,5 +38,5 @@ The example above, runs cherrypy application on 8080 http port, and exposes
extjs method.
Installation
------------
============