Jaymon / endpoints

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

Maybe get rid of simple server support completely #43

Closed Jaymon closed 8 years ago

Jaymon commented 9 years ago

and just implement the python wsgi simple server, which also has a multithreaded component (I think). This would allow us to remove all the simple server code and support and just focus on uwsgi.