Hey There, Burner...

Here is a gift from us to you

Blackrock is an Application Server - Built for the Internet of Apps. Unlike many other application servers, you don't need to be radically self-reliant to use it. It really is quite simple.

In stand-alone mode it can run an unlimited number of apps, or you can embed it as a dependency into your next project.


Read The Docs


Install Stand-Alone

Blackrock can be run as a stand-alone application server. Make sure that you Install Node.JS and NPM (Version 10+) and then go to your terminal and type

> npm install -g is-blackrock
 

Or as a Dependency

You can also install Blackrock as a dependency within your own Node.JS project. Once again, you will need to Install Node.JS and NPM (Version 10+) and then go to your terminal and type

> cd /path/to/your/project 
> npm install --save is-blackrock