On 2013-11-26 19:31:44 +0000, Sönke Ludwig said:Homepage: http://vibed.org/ DUB package: http://code.dlang.org/packages/vibe-d GitHub: https://github.com/rejectedsoftware/vibe.dOut of curiosity, it looks like vibe.d could be used to implement all kind of network protocolls. Is that right? Or is this use-case to screwed-up for it?
I wrote an MQTT broker on top of vibe.d's TCP functionality: https://github.com/atilaneves/mqtt
