Vincent Chan

Results 46 issues of Vincent Chan

This issue is used to track the progress of IndexedDB backend - [x] POC - [x] Implements backend - [ ] Tests - [ ] JS API wrapper

enhancement
High priority

enhancement

To achieve a basic website, a cookie parser or a session is needed. The cookie parser will be built as a middlewares as default. So you can parse cookie like...

enhancement

The old way of write a view if out-date ``` python @app.route('/') def index(req, res): res.write("Hello world") ``` It's ugly and complicated. But I don't like to do the job...

enhancement