5

I'm tired of being forced to use an overengineered library for every little thing I'm given to implement. I don't want to add nodejs bloatware to my service just because I neet to pass single json object through a message pipeline. I'm all for reusability, but this is crossing every line now.

Comments
  • 0
    What exactly is your alternative? Any language requires a runtime and library to run, and node is js's runtime. I'm confused by what you mean
  • 0
    If it's just a simple json object, you can probably just do the whole thing in assembly.
  • 1
    If it's a single use case project, the learning curve of the framework, and its concepts outweights the time needed to just implement it purely in some language of choice.
Add Comment