All frameworks have its pros and cons. So does Node.JS. Here are some.
- Go is better for fast servers than Node.JS
- Node.JS is in Javascript and not in Python or similar syntaxed languages. I love python syntax. I equally hate Javascript syntax.
- Every library needs to be defined at several places - package.json, in the file where it is being used, etc.
- Package.json has information that mostly is irrelevant. Unnecessary complexity.
- Node Modules is unnecessary. Could have been something like setting path.
- No extension is mentioned in require("module");. Confusing!
Yet it is great on most other fronts. But it is high time older frameworks reorganize to compete with newer better ones written in Go.
Comments
Post a Comment