79699801

Date: 2025-07-13 07:32:37
Score: 1
Natty:
Report link

I developed my own express functionality. Its not so hard to do. At some point I will put it in Github. It consists of a web server and three components:

  1. Pipeline - for processing request/response

  2. Middleware - for dividing steps in request/response processing

  3. Routing - for connecting urls to views

Because I rolled my own I have full control of my code.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Herman Van Der Blom