#Diesel.js - a http web framework

1 messages · Page 1 of 1 (latest)

pine oak
#

Hey guys I'm building a web framework with Bunjs , it's similar to express and honoJs.
It has more inbuilt features.
It has :-

Middleware
Hooks
Cors

Here is the doc - https://diesel-core.vercel.app/getting-started/getting-started

GitHub link - https://github.com/pradeepbgs/diesel

It's an open source project so anyone can contribute ☺️

GitHub

Diesel is a simple and lightweight HTTP server library for Bunjs, designed to give you control over your API routes and middleware in an intuitive and efficient way. With DieselJS, you can quickly ...

#

For creating lightning fast APIs use app.BunRoute('Method', '/path', handler(){} )