An open API service indexing awesome lists of open source software.

https://github.com/benkhalife/hexan

cross platform and access to the native api
https://github.com/benkhalife/hexan

hexan hexan-app native-apps nodejs nodejs-app

Last synced: 15 days ago
JSON representation

cross platform and access to the native api

Awesome Lists containing this project

README

          

# hexan



* Use the system default browser
* Execution file size 55 MB
* Access native api (node v12)
* Express and Socket.io is used
* HTML + CSS + JS + Node.js

### install

```
$ npm i hexan
```

### [quick start sample](https://github.com/parsgit/hexan-quick-start)

```
$ git clone https://github.com/parsgit/hexan-quick-start

$ cd hexan-quick-start

$ npm install

$ npm run
```


To create a package, first install the pkg library once

```
npm install -g pkg
```


Create packages for Linux, Windows and Mac

```
npm run build
```