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

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

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
```