• Stars
    star
    203
  • Rank 185,915 (Top 4 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created about 3 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

JavaScript API for Neutralinojs

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.

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.

More Repositories

1

neutralinojs

Portable and lightweight cross-platform desktop application development framework
C++
7,202
star
2

evaluation

Neutralinojs vs Electron vs Nw.js
345
star
3

neutralinojs.github.io

The official website and documentation of Neutralinojs
JavaScript
242
star
4

neutralinojs-cli

neu cli for Neutralinojs
JavaScript
88
star
5

gsoc2024

Google Summer of Code 2024 ideas - Neutralinojs
67
star
6

roadmap

The roadmap of Neutralinojs
59
star
7

neutralinojs-minimal

The simplest template for a Neutralinojs app
JavaScript
48
star
8

neutralinojs-desktop-samples

Collection of desktop apps built with NeutralinoJs
HTML
41
star
9

neutralinojs-cli-appify

Convert any SPA to a lightweight desktop app - Appify plugin for neu-cli
Python
23
star
10

neutralinojs-react

React starter project for Neutralinojs
JavaScript
20
star
11

neutralinojs-typescript

Typescript starter project for Neutralinojs
CSS
16
star
12

neutralinojs-vuejs-template

Vuejs template for Neutralinojs
JavaScript
13
star
13

neutralinojs-reactjs-template

Reactjs template for Neutralinojs
JavaScript
9
star
14

neutralinojs-svelte

Svelte starter project for Neutralinojs
JavaScript
8
star
15

neutralinojs-zero

An empty Neutralinojs app, extend as you wish
HTML
7
star
16

neutralinojs-javascript

Javascript starter project for Neutralinojs
CSS
5
star
17

v2-specification

Design documentation for v2
5
star
18

asar-unpackfile

Unpack a specific file to memory from an asar archive
C++
4
star
19

design-guide

Neutralinojs design resources for promotions and referencing
2
star
20

neutralinojs-kotlin

Kotlin starter project for Neutralinojs
Kotlin
2
star
21

neutralinojs-angularjs-template

Angularjs template for Neutralinojs
HTML
2
star
22

v2-client-specification

v3 Spec for Neutralinojs API
1
star