Serverino 0.4.0

Andrea Fontana nospam at example.org
Wed Feb 1 20:01:13 UTC 2023


On Wednesday, 1 February 2023 at 19:49:40 UTC, psyscout wrote:
> On Wednesday, 1 February 2023 at 17:36:07 UTC, Andrea Fontana 
> wrote:
>> Hi! I've just release a new version of serverino, my pure-D...
>
>
> First of all, thanks for your effort!
>
> For the second, I have a couple of simple web services that are 
> require small, simple and fast webapp. So I'm wondering, do you 
> have any plans to do some benchmarks or if you did, please 
> share the place to check it?

Someone already did it (with a previous version!).

Anyway it's fast enough for real world usage if you're not 
running a million webpage website on it 😀

The company I work for uses it for many small simple and fast 
webapps!

In most cases the bottle neck is not serverino itself, but the 
code you're putting over it.

It works with a daemon and responders, not fibers. So it could be 
not efficient for long blocking operation. Let's say you want to 
replace PHP with a better and faster language, that's a good 
choice :)

It's really fast to setup for development and I suggest to put it 
under nginx if exposed into the wild (easy, explained on github 
page)

Give it a try!
Andrea



More information about the Digitalmars-d-announce mailing list