Skip to content

ekampf/gae-ignition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Igniting your App Engine App

Simple hello world:

from ignition import *

@route('/')
def index(request):
    "Hello World!"

run()

Changelog

About

Experimental Web Framework for Google AppEngine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages