Jaymon / endpoints

Lightweight REST api backend framework that automatically maps urls to python modules and classes
MIT License
29 stars 10 forks source link

Consider switching simple server to threaded server #42

Closed Jaymon closed 8 years ago

Jaymon commented 9 years ago

or created another interface that is based on the threaded server, which might be the way to go. The simple server is great for demoing but not really useful for small one of projects, a nice simple threaded server would be far better for that

more info:

http://stackoverflow.com/questions/20745352/creating-a-multithreaded-server-using-socketserver-framework-in-python?rq=1