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 69ab4d722e SubRouter middleware 11 years ago
..
.gitignore gitignore "example" binary 12 years ago
README.md Fixing typo in example README. 11 years ago
main.go SubRouter middleware 11 years ago
middleware.go Included documented names in documentation. 12 years ago
models.go Included documented names in documentation. 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 walkthrough 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.