Wellcome to the Striboh Homepage!

Open Source Middleware.


Project maintained by fantastic-recoder Hosted on GitHub Pages — Theme by mattgraham

The Striboh Project.

Introduction

The project repository can bo found here. Striboh is a IDL based middleware. The first design goal was to make efficient communication between Angular and C++ backend. Because it is meant to be multilanguage, with multiple backens and frontends I decided to base the design on code generator and own “Striboh IDL”.

Purpose (why)

…Is to create an open source, modern, easy to tinker with, good documented (even the inner workings), easy to use, efficient middleware, based on binary protocols like Msgpack and/or Hessian. The first milestone is to connect Angular with C++ via Msgpack.

Principles

  1. Use modern tools. No legacy.
  2. Do not reinvent the wheel. Use what there is.
  3. Good documentation based on source code.
  4. Release often and early (more in Focus)

Vision / outcome

Good, solid, performant base for complex, distributed, (web) applications.

Focus

Release offten, release early, do not worry to break things but innovate.

Hello World

Alternatives

ZeroC ICE older, bigger, better… but commertial.