28

I was so proud of my recent tiny little node script that I published it on npm.

I really just kinda wanted to learn how npm worked. I don't expect anyone to find any use from this.

I wrote the README in a sarcastic tone if anyone is interested in reading that

https://npmjs.com/package/...

Comments
  • 7
    I dig it. Normally I just try and rely on the http package as much as I can because contrary to popular belief I do have an issue with the ammount of dependencies encountered during Node development, but this is a small and extensible library and your code is really clean man.

    Really cool
  • 5
    @AleCx04 Hey thanks, glad to hear you like it. 0 dependencies on the package itself. It actually only uses two of the node.js libs, even.

    I hate all the bullshit swarming around npm, too. That's why I always used this script. It has gone through many iterations over the years. Since one of my projects at work will use node, I decided to clean up this script and use it. It came out so well that I was actually proud.

    Anyways, it just does the bullshit work for you, and nothing extra. Nothing fancy, nothing bloated.
  • 1
    I was using node server yesterday for first time. This looks very helpful, thanks!
  • 1
    Nice work!
Add Comment