Difference between revisions of "Web Development Libraries"

From D Wiki
Jump to: navigation, search
(Added Diamond MVC as an entry.)
Line 17: Line 17:
 
  | platform = Windows, POSIX
 
  | platform = Windows, POSIX
 
  | url = http://vibed.org
 
  | url = http://vibed.org
 +
}}
 +
 +
{{Project
 +
| logo = [[File:Diamond-mvc.png|link=https://diamondmvc.org]]
 +
| name = '''Diamond MVC'''<br/>Full-stack Web Framework<br/>
 +
| about = A full-stack web framework build on-top of vibe.d targeting enterprise development. It's a stable and fully functional framework and requires minimal to no D knowledge to use.
 +
| license = MIT
 +
| platform = Windows, POSIX, Cloud-platforms (Azure, Heroku, AWS)
 +
| url = https://diamondmvc.org/
 
}}
 
}}
  

Revision as of 05:52, 31 August 2018

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
Diamond-mvc.png
A full-stack web framework build on-top of vibe.d targeting enterprise development. It's a stable and fully functional framework and requires minimal to no D knowledge to use. MIT Windows, POSIX, Cloud-platforms (Azure, Heroku, AWS)
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