🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

pico-framework

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pico-framework

A framework for building actor-based, people-centric systems. (pico = PersIstent Compute Objects)

0.6.1
Source
npm
Version published
Weekly downloads
45
542.86%
Maintainers
2
Weekly downloads
 
Created
Source

pico-framework

A framework for building actor-based, people-centric systems. (pico = PersIstent Compute Objects)

Why Picos?

An excellent explanation is here.

What the PicoFramework does

It handles the building blocks of a Pico based system.

  • Picos
    • Parent / Child relationships
    • Channels
      • Events
      • Queries
      • Policies for them
    • Rulesets
    • What the ruleset code is allowed to do to a pico i.e. sandboxing

The pico-framework also handles persistence of the pico objects. You can provided the persistance layer via an implementation of abstract-leveldown

Contributing

Be sure to run the tests before checking in changes.

npm test

License

MIT

Keywords

pico

FAQs

Package last updated on 03 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts