On Wednesday, 8 June 2016 at 17:59:29 UTC, Ola Fosheim Grøstad
wrote:
On Wednesday, 8 June 2016 at 17:43:23 UTC, dewitt wrote:
vibes website doesn't use a proxy.
Yes, but more people visit dlang.org, and it makes it more
official if it is showcased here as a visible part of the
website (one way or another).
But if D wants to compete in web then there are alot of better
areas to improve on like ORMs (I know not everyone likes them
but they have their use cases and users), DB support, etc.
That will attract more ppl more than some proxy would..
Probably. I don't know.
Pretty sure and I hope std.database is coming soon to Phobos
(there was quite some buzz at this year's dconf)
http://dconf.org/2016/talks/smith.html
https://github.com/cruisercoder/dstddb
See also Martin Nowak's talk about his idea for ORM in D:
http://dconf.org/2016/talks/nowak.html
I can only tell what I am looking out for:
- good memcache client
https://github.com/TiberiuGal/memcached4d ?
- good nosql interface
what's wrong with vibed's mongodb?
- easy deployment in the cloud (in my case Google, but could be
any other vendor)
Just compile & upload? Isn't that the great part about having
just one executable?
For better control, I use systemd, but I do agree that there
should be more guides & documentation - so go ahead and write
them!
And optionally:
- fast javascript interpreter/JIT (for precompiling pages)
https://github.com/higgsjs/Higgs?