Lost a new commercial user this week :(
ponce via Digitalmars-d
digitalmars-d at puremagic.com
Sun Dec 14 04:37:59 PST 2014
On Sunday, 14 December 2014 at 10:31:29 UTC, Paolo Invernizzi
wrote:
> We are using Vibe also here in Milan: it's maintained since a
> long time, and it has plenty of adopters, but... it's just too
> big.
> Sönke is doing a remarkable job, but, for example, I've a mail
> server in production using vibe with an assert turned into an
> hard exit && restart: I was simply unable to debug it.
>
> And it's also very picky about what compiler to use to have a
> proper build, at least, lately.
> Actually I'm on a branch trying to have it run with master, as
> I need async-socker and C++ support for a product... *sigh*
If you don't need high-performance, consider using DHSL:
https://github.com/canidae/DHSL
Example web-service here:
https://github.com/p0nce/leaderboard-d
Not an all in one solution, but single-file and that means you
can use separate libraries for HTML templating, encryption,
e-mail, MIME, serialization, etc...
More information about the Digitalmars-d
mailing list