Commit graph

8 commits

Author SHA1 Message Date
Sönke Ludwig a44d3f2655 Avoid socket leaks in examples. 2020-11-25 23:23:58 +01:00
Geod24 ca9119af62 Fix deprecations in tests and examples 2020-08-21 15:39:02 +09:00
Sönke Ludwig e44db31532
Fix echo-server example. 2017-10-30 23:08:08 +01:00
Sönke Ludwig 59e3112e95 Add echo server example. 2017-09-21 14:08:52 +02:00
Sönke Ludwig 90d5784c2d Add description field to HTTP server example. 2017-09-21 14:03:44 +02:00
Sönke Ludwig f9762c46e4
Update/fix example and remove log noise. 2017-09-02 17:40:15 +02:00
Sönke Ludwig c08f101549 Update for eventcore 0.5.0 and the latest DMD beta. 2016-10-24 08:22:49 +02:00
Sönke Ludwig 7e2d1dd038 Initial commit.
The library is able to support simple TCP servers in the current state. The API is still mostly compatible with mainline vibe.d, but the driver systen has been replaced by the eventcore library and sockets/files/timers/... are now structs with automatic reference counting instead of GC collected classes. The stream interfaces have been removed for now.
2016-03-01 20:30:42 +01:00