Skip to content
On this page

What is Prext

🛰️ Prext is a backend framework for Node.js.

Features

  • 🚧 File-based routing. Prext.js creates routes automatically with filenames. - see more
  • 🚀 Server Reload. You don't have to restart server to apply changes.
  • ✅ Typescript Supported. - see more
  • ⚡ Lightning fast. Prext uses esbuild as javascript loader.

Introduction

Prext.js (previous + next) is a node.js backend framework inspired by next. This project aims to be the lightest Nodejs backend framework.

Prext is running on osik which was made for speed and weight. It also uses esbuild to reduce compile time.

Why you made it?

Express or Node HTTP module is a awesome backend package, but it is so bothering to set routes.

To solve this problem I created this package.