Web Programming in D

Sergey kornburn at yandex.ru
Thu Feb 8 12:46:05 UTC 2024


On Thursday, 8 February 2024 at 12:25:49 UTC, Martyn wrote:
> as **full featured** to others in php, python, go, etc.

Thank you for your reply.

I had an idea to create a kind of list of features of 
web-frameworks (to see what D ecosystem is lacking).
Current source of data is this page 
https://en.wikipedia.org/wiki/Comparison_of_server-side_web_frameworks - it has "classic" list of features.

Also I've checked documentation of some frameworks with features, 
that mentioned on their pages.
Some features that usually mentioned:
- Authorization (including oauth)
- Middleware
- DB interaction (ORM)
- Routing, handlers
- Caching
- Sessions

Would you be so kind to name some list of features (based on your 
real life experience) that are vital from your opinion and is not 
on the surface?


More information about the Digitalmars-d mailing list