8.12

The Neuron Reference🔗ℹ

Eric Griffis <dedbox@gmail.com>

 (require neuron) package: neuron-lib

This library is structured as a layered framework. Its architecture encourages reuse and simplifies customization without sacrificing flexibility. Each layer of the framework provides functionality for subsequent layers to build upon.

The foundational layer defines the concurrency and serialization models used throughout the library. It contains a collection of protocol-agnostic constructs for high-level network programming and implementations for some basic protocols and formats. It also includes a privileged command mechanism suitable for information flow control. This foundation empowers developers to grow highly dynamic networks from the REPL by composing relatively simple components into more complex ones.

    I Control Your Resources

    II Operate Your Network

    III Cooperate with Others

    IV Grow a Community