Home

Blinx JS

Blinx is a JavaScript framework to develop modular, config driven and event based applications.

It helps you write applications that are high performant with little learning curve. On top of that, it provides a great ecosystem of extensions and modules to help to you.

Installation

To install the latest version:

npm install blinx

Alternatively, you can also include script file in your html as:

<script src="https://raw.githubusercontent.com/blinxjs/blinxjs/master/dist/blinx.min.js"></script>