Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make VSGI 1.0 #200

Open
3 of 5 tasks
arteymix opened this issue Dec 15, 2016 · 2 comments
Open
3 of 5 tasks

Make VSGI 1.0 #200

arteymix opened this issue Dec 15, 2016 · 2 comments
Assignees
Milestone

Comments

@arteymix
Copy link
Member

arteymix commented Dec 15, 2016

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:

  • merge mock and CGI code into Request and Response so that these two just become concrete classes instead of abstract
  • make it more friendly from an introspection perspective and have some PyGObject testcases
  • add support for Windows (see Windows support #146) and Mac OS
  • mark all APIs as stable and 1.0
  • support multipart input and output streams
@arteymix arteymix added this to the 0.4.0 milestone Dec 15, 2016
@arteymix arteymix self-assigned this Dec 15, 2016
@arteymix
Copy link
Member Author

arteymix commented May 3, 2017

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
Copy link
Member Author

arteymix commented May 3, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant