franciscop / server

:desktop_computer: Simple and powerful server for Node.js
https://serverjs.io/
MIT License
3.56k stars 173 forks source link

Why npmlog? #158

Closed aqeelat closed 4 weeks ago

aqeelat commented 4 weeks ago

Since npmlog is no longer maintained, why not use an alternative library such as consula or pino?

franciscop commented 4 weeks ago

Because unfortunately that'd be a subtle breaking change for those using Server, and I'm trying to maintain server without changing the API too much. Is there any known vulnerability in npmlog? It seems very stable, but if there was some I'd be happy to reconsider.

Note: I'm also working now so I cannot dedicate fulltime to actively develop my projects, only maintain them. When I do get some time to do some new dev I'm also doing on https://server-js.com/ on the side, which as noted there right now is highly experimental but I'm hoping some day becomes the next Server code/library.