pyGrowler / Growler

A micro web-framework using asyncio coroutines and chained middleware.
http://www.growler.rocks
Apache License 2.0
686 stars 29 forks source link

Is this project production ready? #18

Closed koddr closed 6 years ago

koddr commented 6 years ago

Hello.

Is this project production ready? Maybe some projects already runs with Growler?

Nice to listen use cases 👍

akubera commented 6 years ago

Short answer: no.

The biggest thing left to do is parameterized routes, something like /page/<int:pagenum> or /:foo/:bar/. I have a half-implemented submodule I've been sitting on for a few months, but haven't dedicated the time to complete it; I'll probably work on that over the holidays.

Until that is done, there isn't a whole lot of benefit that growler provides; I know of nobody using it in production besides the growler.rocks site, which has been running the (static) site successfully for over a year.

koddr commented 6 years ago

@akubera Thanks for answer.

smurf-U commented 1 year ago

@akubera Any update? Is parameterized routes working? If yes how?