Skip to content

juanjux/scramjets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an unfinished project I started in 2012. It's a web framework for the D language, heavily inspired by Django with some ideas from Pylons, Wt and my own. I wrote it mainly to learn the language, so don't be surprised to not find a very idiomatic coding.

Currently it has:

  • URL routing.
  • A SCGI handler.
  • Request/Response cycle and objects.
  • Cookie handler.
  • Middleware support (similar to Django's).
  • Multipart message parser.
  • A very basic templating system.

Maybe some day I'll retake development but currently Vibe.d covers at my web-framework-in-D needs so I don't feel the need to scratch any itch anymore. Currently I doubt it even compiled with the current D version.

About

Unfinished web MVC framework implemented in the D language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages