|
|
|
|
|
by jfagnani
353 days ago
|
|
Interesting server framework! It looks very similar in some ways to a server I started last year out of frustration with Koa and Express called Zipadee: https://github.com/justinfagnani/zipadee?tab=readme-ov-file#... The templates look basically identical. html-tagged template literals that support streaming and async values and automatically escape values. What Koa does will allowing strings by be returned with a default HTML mimetype is security malpractice, IMO. It's way to easy to just interpolate user-controlled values. |
|