valum-framework / valum

Web micro-framework written in Vala
https://valum-framework.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
225 stars 23 forks source link

Make VSGI 1.0 #200

Open arteymix opened 7 years ago

arteymix commented 7 years ago

For the coming minor release (v0.4.0), it would be really great to make a stable release of VSGI so that other users could reuse this piece to write Web application in Vala.

There's a couple of changes I would like to introduce first:

arteymix commented 7 years ago

I'm considering updating the whole middleware stack to be class-based, which would result in a very nice introspection for writting apps using Python or JavaScript.

By the way I merged the GObject Introspection support! Here's a sample app: https://github.com/valum-framework/valum/blob/master/examples/gi/app.py

arteymix commented 7 years ago

So far VSGI is well supported and will require some testing, Valum could be next, but it's not for the 1.0 schedule.