Difference between revisions of "Web Development Libraries"

From D Wiki
Jump to: navigation, search
Line 1: Line 1:
 
{{Projects
 
{{Projects
 
  | Projects =
 
  | Projects =
 +
 +
{{Project
 +
| name = '''Dweb'''<br/>Web Framework<br/>
 +
| about = Dweb is an open source framework for writing web applications in D. It includes an integrated web server, templating system, and data abstraction layer.
 +
| license = GNU AGPL v3
 +
| platform = Windows, POSIX
 +
| url = http://dwebframework.org
 +
}}
  
 
{{Project
 
{{Project

Revision as of 05:42, 17 March 2016

Title / InfoDescriptionLicensePlatform
Icon dpackage 48.png
Dweb is an open source framework for writing web applications in D. It includes an integrated web server, templating system, and data abstraction layer. GNU AGPL v3 Windows, POSIX
Logo-vibed-48x48.png
Asynchronous I/O and web development framework for D, providing a fiber based blocking programming model with a concise API. Comes with database support for MongoDB and Redis. MIT Windows, POSIX
Icon dpackage 48.png
Tiny Redis is a Redis driver for D2. It is intentionally minimal, fast, simple and has no dependencies. ICL Windows, POSIX