squeaky-pl / japronto

Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.
MIT License
8.61k stars 581 forks source link

vibed comparison #59

Open bubnenkoff opened 7 years ago

bubnenkoff commented 7 years ago

Could you add vibed.org to comparison?

squeaky-pl commented 7 years ago

I don't know D. Well formed pull request with instructions how to compile and run stuff is more than welcome.

bubnenkoff commented 7 years ago

You need only compiler (LDC is better). Than run: dub init and select sdl project type in dub sdl add: dependency "vibe-d" version="~>0.8.0-beta.4"

that's all. Now you can build D app by: dub or dub build and next dub run

Examples can be found here https://github.com/rejectedsoftware/vibe.d/tree/master/examples

There is also Hello world example on the main of http://vibed.org/