https://github.com/shalithasuranga/neutralinojs-server-linux
NeutralinoJs portable runtime server for linux
https://github.com/shalithasuranga/neutralinojs-server-linux
Last synced: about 2 months ago
JSON representation
NeutralinoJs portable runtime server for linux
- Host: GitHub
- URL: https://github.com/shalithasuranga/neutralinojs-server-linux
- Owner: shalithasuranga
- License: mit
- Created: 2018-03-05T05:09:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T16:07:47.000Z (almost 7 years ago)
- Last Synced: 2025-02-13T00:29:17.420Z (4 months ago)
- Language: C++
- Homepage: https://neutralinojs.github.io/
- Size: 142 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## NeutralinoJs
NeutralinoJs is a framework to develop apps with native functionalities and allows you to run inside web browsers.
In electron and NWjs you have to install NodeJs, hundreds of dependence libraries and also the bundled app size is large even we write `hello world` due to embedded chromium and Node runtime. Neutralino is lightweight solution for this issue.
# Neutralino Server Linux
This lightweight server runtime which will execute on Linux listen and process requests from Neutralino.js client library.
## Contribution
Help Neutralino!.
- Star repo
- Fork and Clone
- And do bug fixes or improvements and send us PR. We love it <3## Developer Guide
- Clone forked repository
- Install Ming C++ compiler
- Compile the source```bash
$ bash build.sh
```- If you need some cleaning :)
```bash
$ bash clean.sh
```- Also if you need to do building and executing at once.
```bash
$ bash do.sh
```