Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

v0.1.0 - Alpha 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@romshark romshark released this 08 Mar 10:19

Release v0.1.0 - Alpha 1

This release is the first official alpha version of the library (original revision: 0e354c3). The API is yet unstable and may contain several bugs, though essential functionality has already been implemented.

Documentation

Significant code parts are fully documented.

Examples

This release contains 3 examples:

  • Echo - a basic request-reply topology demonstration.
  • PubSub - a basic publish-subscribe topology demonstration.
  • Chatroom - an advanced demonstration of the capabilities of the library including req-rep, pub-sub, authentication and sessions.