Skip to content

oxenode/std

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@oxenode/std

Build the std plugins

npm run mono run install

npm run mono run build

Plugin CDNs

You do not need to include these plugins CDN yourself, as they are fetched by default by the Oxenode Web application.

DISCLAIMER: These plugins are not complete, there might be missing nodes, or even bindings that could be better, and serve as a proof of concept of how a plugin system can be used to allow third party custom nodes.


Plugins


Base

Includes Events, Branching, Variables, Delays and more.

CDN

https://cdn.jsdelivr.net/gh/oxenode/std/plugins/oxenode-std-base

String

Adds string literals, String compare, and other string related utilities

CDN

https://cdn.jsdelivr.net/gh/oxenode/std/plugins/oxenode-std-string

Math

Adds math operations and number literals.

CDN

https://cdn.jsdelivr.net/gh/oxenode/std/plugins/oxenode-std-math

Boolean

Adds boolean constants and logic operations

CDN

https://cdn.jsdelivr.net/gh/oxenode/std/plugins/oxenode-std-boolean

Template

Adds Handlebars language support for string formatting. Since handlebars is a heavy library, this node is in it's own separate plugin

CDN

https://cdn.jsdelivr.net/gh/oxenode/std/plugins/oxenode-std-template

Yaml

Adds YAML parsing, similar to the JSON node in oxenode-std-base

CDN

https://cdn.jsdelivr.net/gh/oxenode/std/plugins/oxenode-std-yaml

Widgets

Adds visual/interactive widgets.

TODO: This plugin could have time based graphs, pie charts, etc

CDN

https://cdn.jsdelivr.net/gh/oxenode/std/plugins/oxenode-std-widgets

HTTP

Adds HTTP related bindings (fetch API)

CDN

https://cdn.jsdelivr.net/gh/oxenode/std/plugins/oxenode-std-http

WebSockets

Binds the WebSocket api (fetch API)

CDN

https://cdn.jsdelivr.net/gh/oxenode/std/plugins/oxenode-std-ws