Skip to content

nrabe/t8_restapi_py

Repository files navigation

This is a personal project, comparing Python vs Go for API development.

The goal is to have equivalent projects in both Python and Go.

GO version: https://github.com/nrabe/t8_restapi_go

Python version: https://github.com/nrabe/t8_restapi_py

Go tools used:

Goclipse IDE, auto-formatting with CMD+SHIFT+F, (some) code completion and syntax check, and AppEngine friendly (sort of). https://code.google.com/p/goclipse/

Google Cloud SDK, to handle Appengine, Appengine GO SDK, Cloud SQL, Cloud Storage, etc. And the Google Eclipse plugin https://developers.google.com/cloud/sdk/ https://developers.google.com/eclipse/docs/download

Gorilla Web Tookit to handle JSON-RPC, sessions, authentication and context... ah, and it's Google AppEngine friendly http://www.gorillatoolkit.org/

Google App Engine Datastore to store data.

About

Simple demo of flask-JSONRPC over Google App Engine, comparing it to https://github.com/nrabe/t8_restapi_go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published