Jaymon / endpoints

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

Add interface support for Tornado #84

Closed Jaymon closed 5 years ago

Jaymon commented 5 years ago

It would be cool if Endpoints could take advantage of the asynchronous-ness of Tornado but keep the ease of building apis

Jaymon commented 5 years ago

as of v3.0.0 tornado is a fully supported interface though I haven't built any production apps with it yet