SkillAgentSearch skills...

Msjs

msjs - The easy way to do AJAX

Install / Use

/learn @openmsjs/Msjs
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

msjs is a framework for developing server-connected apps that run in the web browser. A msjs program is composed out of a group of identical data processing objects that we call "nodes." These nodes just wrap a function which returns a message, defined as a simple javascript value that can be serialized as JSON. Furthermore, nodes can be wired together in dependency chains, so that when one node sends an updated message, all the dependent node messages are recalculated. Within a msjs program, these dependencies form a directed acyclic graph (DAG). This is an implementation of a lesser-known software architecture called "dataflow".

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated8y ago
Forks0

Languages

Java

Security Score

55/100

Audited on Jun 22, 2017

No findings