Introduction

Heron (HeronJS) is a framework for building fast, efficient, scalable Node.js server-side applications. It is built with Typescript and fully supports Javascript and combines elements of Object Oriented Programming, Functional Programming, and Reactive Programming.

Third-party Frameworks

FrameworkDescription
ExpressJS (opens in a new tab)The core framework of HTTP Requests
CacheManager (opens in a new tab)A cache module for nodejs that allows easy wrapping of functions in cache, tiered caches, and a consistent interface.
Knex (opens in a new tab)A Powerful SQL Query Builder
RxJS (opens in a new tab)RxJS is a library for composing asynchronous and event-based programs by using observable sequences
Socket.IO (opens in a new tab)Socket.IO is a library that enables real-time, bidirectional and event-based communication between the browser and the server
GraphQL (opens in a new tab)GraphQL Server
OpenTelemetry (opens in a new tab)OpenTelemetry is a collection of tools, APIs, and SDKs. Use it to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) to help you analyze your software’s performance and behavior.