Skip to content

viralgupta/node-neutralino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

node-neutralino

Develop Neutralinojs apps with a Node.js backend

Goal

const { NeutralinoApp } = require('@neutralinojs-community/node-neu');

const app = new NeutralinoApp({
              url: '/resources', 
              modes: {
                window: {
                  width: 500,
                  height: 500
                }
              }
             });

app.events.on('testEvent', () => {
  // Node.js code
});

About

Develop Neutralinojs apps with a Node.js backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published