@byronframework/byron

'Cloud-Native Reactive Microservices Framework'

Usage no npm install needed!

<script type="module">
  import byronframeworkByron from 'https://cdn.skypack.dev/@byronframework/byron';
</script>

README

Byron - Cloud-Native Reactive Microservices Framework

Byron is a framework to help you build an application that obeys the cloud-native and reactive principles while using a microservices archtecture.

Installation

Make sure you have Docker and docker-compose installed, after that, just run:

$ npm install --global @byronframework/byron

Uses

Init

$ byron init <name>

Byron will create a directory at /tmp/<name>Component with a boilerplate to build your component

Build

$ byron build /path/to/component

Byron will build the component, generating its sink, api and infrastructure at /tmp/<namespace>/<name>Component and will generate the scripts to run your system.