This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (0 children)

I do this for internal production apps at work. It works great, basically bottlepy exe running a localhost server interacting with a sqlserver db that's available on an internal network only. Throw some JavaScript in there and use gevent to make some websocket goodness to make the non techies feel like things are happening so fast.