Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@neutralinojs/lib
Advanced tools
The official JavaScript client for Neutralinojs. Neutralinojs CLI automatically downloads a minified version of neutralino.js
and lets you use the Neutralinojs native API via the global Neutralino
JavaScript object (aka window.Neutralino
). Also, you can download this client from the NPM registry via a Node package manager and bundle with your application:
npm install @neutralinojs/lib
# --- or ---
yarn add @neutralinojs/lib
See Neutralinojs JavaScript API documentation for more details. Release notes are available at this page. This repository doesn't host the entire Neutralinojs codebase — this is the JavaScript client that Neutralinojs C++ server codebase loads. Browse the Neutralinojs server source code from this repository.
How to build neutralino.js
from this repository?
git clone https://github.com/neutralinojs/neutralino.js.git
cd neutralino.js
npm install
npm run build
How to test with the Neutralinojs server?
cd ../neutralinojs
bash ./bin/script_update_client.sh
./bin/neutralino-{platform}_{arch} --load-dir-res # Eg: ./bin/neutralino-linux_x64 --load-dir-res
We really appreciate your code contributions. Please read this contribution guide before sending a pull request. Thanks for your contributions.
Made with contributors-img.
FAQs
JavaScript API for Neutralinojs
The npm package @neutralinojs/lib receives a total of 166 weekly downloads. As such, @neutralinojs/lib popularity was classified as not popular.
We found that @neutralinojs/lib demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.