Monthly Archives: February 2013

Writing Simple HTTP Server in Python (With REST and JSON)

There are many already existing powerful http servers that can be used in python e.g. gevent, twisted web server. However, they are a bit complex to use and you cannot start them in a thread other than the main thread. … Continue reading

Posted in Uncategorized | 11 Comments