Skip to content
Sanchan Moses edited this page Mar 26, 2020 · 11 revisions

Introduction

Leap.js is a lightweight Node.js framework to accelerate the building of efficient and scalable server-side applications with Typescript. It is built with and fully supports Typescript

Under the hood, the framework makes use of Express. The framework provides a layer of abstraction over express but also exposes their APIs to the developer. This allows developers to use a wide range of third-party modules available for express.

Prerequisites

Please make sure that Nodejs (>=10.x.x) is installed on your system

Limitations in the current release

  • The Scheduler, Queue and CRUD modules only support MongoDB
  • Queue only has support for RabbitMQ

Clone this wiki locally