Where will D sit in the web service space?
via Digitalmars-d
digitalmars-d at puremagic.com
Sun Jul 12 10:57:53 PDT 2015
On Sunday, 12 July 2015 at 12:48:25 UTC, Rikki Cattermole wrote:
> Currently I believe a D web server/front end for web service
> framework should be an web application server not a plain old
> web server.
Yes, I agree. Browsers are so capable now that you can put most
of the logic in the client and keep the server more like a
web-service delivering chunks of content rather than full pages.
> I personally have plans here but ugh, lets just say last night
> I started to rewrite my webserver and I'm now writing bindings
> for XED (x86 encoding/decoding). Turns out, I kinda want a
> LISPy style configuration language *shrugs*.
Cool. :)
More information about the Digitalmars-d
mailing list