Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bsorrentino/node-reactive-system

Experiment on developing a reactive system in nodejs
https://github.com/bsorrentino/node-reactive-system

framework nodejs reactive rxjs system typescript

Last synced: about 1 month ago
JSON representation

Experiment on developing a reactive system in nodejs

Awesome Lists containing this project

README

        

## Experiment on developing a Reactive System in Nodejs

Idea is to provide an **Event-Driven Application Framework** to develop a **Reactive System** on top of Nodejs, having as back bones an **Event Bus** based on [RxJS](https://rxjs-dev.firebaseapp.com/guide/overview) and a simple and flexible **Modules System** to develop complex and scalable backend services.

### Build project

1. Ensure to have **nodejs** version `>=12.20.x`
1. install base dependencies
```
npm install
```
1. prepare & build lerna project
```
npx lerna clean
npx lerna bootstap
```
1. start sample
```
npx lerna run start --scope=rxbus-sample --stream
```