Tuesday, 18 February 2020

Looking for input on documentation for a web framework

Hi,Made a web framework/library, it's more similar to express than to NestJs, it does not contain everyhing, just the base to build upon. The reasons for making this were: - make it in typescript - make it flexible - make it fast - for funThere are frameworks doing some of those points in some way or another (NestJs, fastify ...), however I still think there is room for improvements. With that in mind I think I touched all the points I wanted. - it's fast (fastify fast) as in faster in some runs, slower in others, so let's say equal. benchmark. - flexible, everything can be configured in one way or another with ease. Examples - a lot of other things expected from a framework ( middlewares applied on different levels, DI container, logging, configuration, custom decorators ... )Need some input on the README part, is a style similar to NestJs ok as documentation, or should I try and make it fit into README.Also if someone wants to help and become a collaborator do tell :)

Submitted February 18, 2020 at 07:32PM by Fit-Technology

No comments:

Post a Comment