kantorv / helloworld-tornado

a Python hello world app using Tornado

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helloworld-python

a python hello world app using Tornado.

Deployment

Stackato

stackato push

Dokku

git remote add dokku git@domain.com:helloworld-python
git push dokku master

Heroku

heroku create
git push heroku master

About

a Python hello world app using Tornado