{"title":"FAQ - General questions and answers on node programming","description":"FAQ - Questions and answers on node-based programming.","keywords":"FAQ,programming,nodes,visual,css,html,javascript.php"}

FAQ

Is Webriko a free application?

Yes, Webriko is free for anyone and no user registration is required.

Can I import an existing javascript class?

Yes, using Drag and Drop on the page of a Javascript file it is possible to transform a class present in a file
in its node representation in Webriko.
If the file contains multiple classes, inheritance will also be maintained.

What is the format of a Webriko file?

Webriko's file format is JSON. 
The file contains the list of all pages with nodes and links inside.

In what order are the nodes compiled?

Webriko's nodes are compiled according to their Z position within the page.
The "Edit" menu of the "Nodes Editor" panel allows you to change the order of the nodes
through the menu items: "Bring up" and "Bring down".
Linked nodes, such as methods of a class, are compiled based on their Y position.

Can other programming languages be used?

Yes, Webriko's nodes are basically not tied to a specific programming language.
They include only connected code between nodes and use their properties
using placeholders in your code.

For any question, send an email to: info@webriko.com