RejectedSoftware Forums

Sign up

MVC Framework for vibe.d

I'm working on a MVC Framework built on vibe.d. https://github.com/KevCarbone/carb.d Any suggestions? I also would like to make sure I'm handling httpserverrequest/response correctly. I pass them as arguments to the constructor. Lots of refactoring still needed. Feel free to contribute.

Re: MVC Framework for vibe.d

On Tue, 24 Dec 2013 17:31:53 GMT, carboncomputed wrote:

I'm working on a MVC Framework built on vibe.d. https://github.com/KevCarbone/carb.d Any suggestions? I also would like to make sure I'm handling httpserverrequest/response correctly. I pass them as arguments to the constructor. Lots of refactoring still needed. Feel free to contribute.

See also the discussion in #444 for three similar frameworks.

There also has been vibe.http.form (it wasn't the best name/place for it) for a while now directly in vibe.d, which has now been reimplemented using the same conventions as vibe.http.rest in the form of vibe.web (one of the three ones mentioned).