Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekampf/gae-ignition
Experimental Web Framework for Google AppEngine
https://github.com/ekampf/gae-ignition
Last synced: 4 days ago
JSON representation
Experimental Web Framework for Google AppEngine
- Host: GitHub
- URL: https://github.com/ekampf/gae-ignition
- Owner: ekampf
- Created: 2010-08-05T23:49:42.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-09-06T22:38:46.000Z (over 14 years ago)
- Last Synced: 2024-11-09T05:27:21.741Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Welcome to GAE-Ignition!
## Summary
Ignite your Google AppEngine project with GAE-Ignition.
Ignition is a small but powerful web framework inspired by Ruby's Sinatra and developed specifically
for use with Google AppEngine.Useful Links:
* [Documentation](http://github.com/ekampf/gae-ignition/wiki/Documentation)
## Igniting your App Engine App
Simple hello world:
from ignition import *
@route('/')
def index(request):
"Hello World!"run()
## Changelog