@neutralinojs/lib
TypeScript icon, indicating that this package has built-in type declarations

5.1.0 • Public • Published

neutralino.js

GitHub release (latest by date) npm npm GitHub last commit Build status

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.

Developer's FAQ

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

License

MIT

Contributing to Neutralinojs

We really appreciate your code contributions. Please read this contribution guide before sending a pull request. Thanks for your contributions.

Contributors

Made with contributors-img.

Readme

Keywords

none

Package Sidebar

Install

npm i @neutralinojs/lib

Weekly Downloads

205

Version

5.1.0

License

MIT

Unpacked Size

108 kB

Total Files

9

Last publish

Collaborators

  • shalithasuranga