Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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