Difference between revisions of "Web Development Libraries"
(more complete description for the vibe.d entry) |
(Remove Dweb (last update 2010 - D1)) |
||
(12 intermediate revisions by 7 users not shown) | |||
Line 3: | Line 3: | ||
{{Project | {{Project | ||
− | | logo = [[File: | + | | logo = [[File:Hunt-icon-48x48.png|link=https://github.com/huntlabs/hunt-framework]] |
+ | | name = '''Hunt framework'''<br />Full-stack Web Framework | ||
+ | | 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 | ||
+ | | logo = [[File:Logo-vibed-48x48.png|link=http://vibed.org]] | ||
| name = '''Vibe.d'''<br/> I/O and Web Framework<br/> | | 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. | | 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. | ||
Line 9: | Line 18: | ||
| platform = Windows, POSIX | | platform = Windows, POSIX | ||
| url = http://vibed.org | | url = http://vibed.org | ||
+ | }} | ||
+ | |||
+ | {{Project | ||
+ | | logo = [[File:Diamond-mvc.png|link=https://github.com/DiamondMVC/Diamond]] | ||
+ | | 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://github.com/DiamondMVC/Diamond | ||
+ | }} | ||
+ | |||
+ | {{Project | ||
+ | | name = '''Tiny Redis''' | ||
+ | | about = Tiny Redis is a Redis driver for D2. It is intentionally minimal, fast, simple and has no dependencies. | ||
+ | | license = ISC | ||
+ | | platform = Windows, POSIX | ||
+ | | url = http://adilbaig.github.io/Tiny-Redis/ | ||
}} | }} | ||
}} | }} | ||
+ | [[Category:Development Library]] |