pip compatible server to serve Python packages out of GitHub
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Carl Jackson 282f11b5b3 Tpyo 12 years ago
..
README.md Tpyo 12 years ago
main.go Add an example app. 12 years ago
middleware.go Add an example app. 12 years ago
models.go Add an example app. 12 years ago

README.md

Gritter

Gritter is an example application built using Goji, where people who have nothing better to do can post short 140-character "greets."

A good place to start is with main.go, which contains a well-commented walthrough of Goji's features. Gritter uses a couple custom middlewares, which have been arbitrarily placed in middleware.go. Finally some uninteresting "database models" live in models.go.