Edge banner

Edge

8 devlogs
19h 13m 5s

Edge is a modular backend framework designed for systems that must evolve without downtime.

It allows features to be started, stopped, or replaced at runtime , similar to Docker containers, but at the application-logic level.

Edge is inspired by NestJS architecture, rebuilt for Bun with:

  • No decorators
  • No reflection
  • No runtime magic
mannlohchab

Fix critical bug and refactor parameters to support a modular edge + middleware workflow.

Release v0.1.0 🎉

Attachment
0
mannlohchab

rolling out version 0.0.2, and it now includes middleware support !!

Attachment
0
mannlohchab

Just added params to my backend framework .
its still version :- v0.0.1

Attachment
0
mannlohchab

Implemented CRUD operations in Router and enhance error handling.
and I will finally call it as the v0.0.1 (red-night)

Attachment
0
mannlohchab

So here is the another screenshot of it working .

Attachment
1

Comments

2413171036059
2413171036059 5 days ago

Nice!

mannlohchab

it was showing an error while running because I forgot to set up context for text in src/http/context.ts 😅 and So I added it and It finally worked yayayyayayy.

Attachment
0
mannlohchab

So Now we have made a basic working http-server using bun and added syntax for controllers and modules .
also made first commit to the github for the framework .
next we are looking forward to add hooks to help make a lifecycle for modules .

Attachment
0
mannlohchab

Finally completed setting up folder structure for my framework . Or else I should say finished frame of my framework .

Attachment
1

Comments

myroslavrepin
myroslavrepin 6 days ago

Nice