JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
Netblen WOS
About this Booklet
Guides for App Devs
Netblen Kernel APIs
More
Share
Explore
Guides for App Devs
Integrate with Netblen Kernel
Main Source Code File
Assume the main source code file is
app.js
, use the following template to integrate with Netblen Kernel
import
"//netblen.com/boot"
;
(
async
function
main
(
)
{
await
load_sys
(
)
;
// More source code here
// ...
}
)
(
)
;
// EOF
Minimal Project
Go to GitLab at the following URL and fork the project:
https://gitlab.com/desiic/netblen-app
Run the wizard Bash script in the new project for things to do
bash
wizard.sh
Main Source Code File
Minimal Project
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.