https://github.com/realpython/flask-sinatra-martini
https://realpython.com/blog/python/python-ruby-and-golang-a-web-Service-application-comparison/
https://github.com/realpython/flask-sinatra-martini
Last synced: 7 months ago
JSON representation
https://realpython.com/blog/python/python-ruby-and-golang-a-web-Service-application-comparison/
- Host: GitHub
- URL: https://github.com/realpython/flask-sinatra-martini
- Owner: realpython
- Created: 2015-06-17T18:30:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T13:15:15.000Z (over 10 years ago)
- Last Synced: 2025-05-07T21:04:40.118Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 166 KB
- Stars: 5
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
flask-sinatra-martini
----------
A comparison of flask (Python), sinatra (Ruby), and martini (Golang) for building a very simple "blog" web service.
## QuickStart
Each of the applications is fully dockerized so you can run the exact same commands to start each service!
* docker-compose build
* docker-compose up
* sh seed.sh
#### WARNING
If seed.sh fails and you are not using boot2docker you will need to edit the seed file and replace `DOCKER_IP=$(boot2docker ip)` with `DOCKER_IP=localhost`.
## Blog Post
[Python, Ruby, and Golang: A Web Service Application Comparison](https://realpython.com/blog/python/python-ruby-and-golang-a-web-Service-application-comparison/)