ZeroIntensity / view.py

The Batteries-Detachable Web Framework
https://view.zintensity.dev
MIT License
206 stars 15 forks source link

Route chaining #44

Open ZeroIntensity opened 10 months ago

ZeroIntensity commented 10 months ago

Allow chaining of routes, like so:

@get("/")
@query("hello", str)
async def something(hello: str):
    ...

@something.post
@body("a", str)
async def something(hello: str, a: str):
    ...
MihirKohli commented 10 months ago

I would like to work on this project is there any community to discuss?

ZeroIntensity commented 10 months ago

Not yet, we're using just issues as of now. Would something like a discord server be helpful?

MihirKohli commented 10 months ago

Yes discord server would be helpful, your project concept is awesome

ZeroIntensity commented 10 months ago

Ok, will set one up later today, let me know if you have any other questions.

ZeroIntensity commented 10 months ago

Discord up and running: https://discord.gg/tZAfuWAbm2