vibe.d

vibe.d was announced a few days ago and I was going to post about it then, but the site was down for a bit. Then I forgot about it. Which I shouldn’t have, because it looks like quite an awesome project.

a new framework for general I/O and especially for building
extremely fast web apps. It combines asynchronous I/O with
core.thread’s great fibers to build a convenient, blocking
API which can handle insane amounts of connections due to
the low memory and computational overhead.

It’s a young project, but already packs several features that can make web development with D a breeze. I would love to play around with it myself, but I barely have time for the projects I’m already working on. Anyone got a few extra hours per week to spare?