-
Notifications
You must be signed in to change notification settings - Fork 9
BOSSWAVE overview
Michael Andersen edited this page May 27, 2016
·
1 revision
Here is a collection of information for BW developers
At present, the most supported bw2 bindings are the golang bindings. This is partly because the developers prefer using Go for designing services. You can find these here.
- jack add your bindings here
A "service" in this context, is a process running somewhere that is providing some functionality over the BW overlay network. Things like databases, schedulers, drivers etc, are services.
Some examples can be found here: here
- TODO collate the examples