Difference between revisions of "Web Development Libraries"

From D Wiki
Jump to: navigation, search
(extraction)
 
(9 intermediate revisions by 5 users not shown)
Line 3: Line 3:
  
 
{{Project
 
{{Project
  | logo = [[File:logo_vibed_64.png|link=http://vibed.org]]
+
  | logo = [[File:Hunt-icon-48x48.png|link=https://github.com/huntlabs/hunt-framework]]
  | name = '''Vibe.d'''<br/> Web Framework<br/>
+
| name = '''Hunt framework'''<br />Full-stack Web Framework
  | about = "Asynchronous I/O that doesn’t get in your way, written in D" ''~From website''
+
| about = Hunt is a high-level D Programming Language Web framework that encourages rapid development and clean, pragmatic design. It lets you build high-performance Web applications quickly and easily.
 +
| license = Apache 2.0
 +
| platform = Windows, FreeBSD, macOS, Linux
 +
| url = https://github.com/huntlabs/hunt-framework
 +
}}
 +
 
 +
{{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
 +
| logo = [[File:Logo-vibed-48x48.png|link=http://vibed.org]]
 +
  | name = '''Vibe.d'''<br/> I/O and Web Framework<br/>
 +
  | about = 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.
 +
| license = MIT
 +
| 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/
 +
}}
 +
 +
{{Project
 +
| name = '''Tiny Redis'''
 +
| about = Tiny Redis is a Redis driver for D2. It is intentionally minimal, fast, simple and has no dependencies.
 +
| license = ICL
 +
| platform = Windows, POSIX
 +
| url = http://adilbaig.github.com/Tiny-Redis/
 
}}
 
}}
  
 
}}
 
}}
 +
[[Category:Development Library]]

Revision as of 13:04, 17 December 2018

Title / InfoDescriptionLicensePlatform
Hunt-icon-48x48.png
Hunt is a high-level D Programming Language Web framework that encourages rapid development and clean, pragmatic design. It lets you build high-performance Web applications quickly and easily. Apache 2.0 Windows, FreeBSD, macOS, Linux
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