Skip to content
Replaced entire http client/server setup with a minimal and clean net implementation. Marshaling/Unmarshaling is now performed via cbor encoding instead of json. Custom datastructures and interfaces are supported via reflection. cbor encoding uses fixed tags for an interface implementations which hopefully supports cross-language en-/decoding. Added testsuits. TODO: removing old & dead code.