nirum-lang / nirum

Nirum: IDL compiler and RPC/distributed object framework for microservices
https://nirum.org/
GNU General Public License v3.0
121 stars 27 forks source link

Make nirum-wsgi independent from Werkzeug #284

Closed dahlia closed 6 years ago

dahlia commented 6 years ago

The current WSGI implementation does not use any features Werkzeug provides. Only its test suite and a tiny CLI program for dev depend on Werkzeug. Requiring Werkzeug for every case seems overkill.

dahlia commented 6 years ago

The current WSGI implementation does not use any features Werkzeug provides.

It still uses Request and Response objects from Werkzeug. It's my misremembering. /cc @admire93

kanghyojun commented 6 years ago