Socket
Socket
Sign inDemoInstall

domic-app

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    domic-app

A client-side application state machine for Carbyne.


Version published
Weekly downloads
10
increased by400%
Maintainers
1
Install size
749 kB
Created
Weekly downloads
 

Readme

Source

What

carbyne-router2 is an application router to be used in conjunction with carbyne.

How

  • At any given moment, an application is in a given state

  • A state can be composed of several other states

  • A state can be bound on a 1-1 mapping to something that can be put into a hash (rison to the rescue !)

  • States specify views. The priority order is determined by the order in which States are instanciated/recuperated.

  • States names must be unique

  • The compiler must be able to warn the developper instantaneaously when not using the correct parameters, etc.

  • State arguments should check for required parameters or not and be able to throw readable errors when invoked dynamically and show warnings when compiled (this is to allow for errors when entering a wrong URL and show where bad calls are being done)

    implement Serializable, use toRison, etc.

There should be an ActiveState class that is able to be linked to the URL.

A new active state is built upon another ActiveState ?

FAQs

Last updated on 22 Jun 2017

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc