Difference between revisions of "Web Development Libraries"

From D Wiki
Jump to: navigation, search
(Remove Dweb (last update 2010 - D1))
 
(3 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
  | platform = Windows, FreeBSD, macOS, Linux
 
  | platform = Windows, FreeBSD, macOS, Linux
 
  | url = https://github.com/huntlabs/hunt-framework
 
  | 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
 
 
}}
 
}}
  
Line 29: Line 21:
  
 
{{Project
 
{{Project
  | logo = [[File:Diamond-mvc.png|link=https://diamondmvc.org]]
+
  | logo = [[File:Diamond-mvc.png|link=https://github.com/DiamondMVC/Diamond]]
 
  | name = '''Diamond MVC'''<br/>Full-stack Web Framework<br/>
 
  | 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.
 
  | 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
 
  | license = MIT
 
  | platform = Windows, POSIX, Cloud-platforms (Azure, Heroku, AWS)
 
  | platform = Windows, POSIX, Cloud-platforms (Azure, Heroku, AWS)
  | url = https://diamondmvc.org/
+
  | url = https://github.com/DiamondMVC/Diamond
 
}}
 
}}
  
Line 40: Line 32:
 
  | name = '''Tiny Redis'''
 
  | name = '''Tiny Redis'''
 
  | about = Tiny Redis is a Redis driver for D2. It is intentionally minimal, fast, simple and has no dependencies.
 
  | about = Tiny Redis is a Redis driver for D2. It is intentionally minimal, fast, simple and has no dependencies.
  | license = ICL
+
  | license = ISC
 
  | platform = Windows, POSIX
 
  | platform = Windows, POSIX
  | url = http://adilbaig.github.com/Tiny-Redis/
+
  | url = http://adilbaig.github.io/Tiny-Redis/
 
}}
 
}}
  
 
}}
 
}}
 
[[Category:Development Library]]
 
[[Category:Development Library]]

Latest revision as of 08:44, 18 April 2021

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
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. ISC Windows, POSIX