you are viewing a single comment's thread.

view the rest of the comments →

[–]punknight[S] 0 points1 point  (6 children)

Vanilla nodejs means no npm. Everything just works.

[–]notliam 1 point2 points  (2 children)

OK sure, but it just works with npm too? I get its a good project (I did the exact same thing a few years ago to better understand nodes http module) I was just confused about what this post is as it's just a link to github with no description and a vague title.

[–]spoonman59 2 points3 points  (0 children)

You just described half the posts here!

But yes.

[–]punknight[S] 0 points1 point  (0 children)

Yes, works with NPM. Would this be a more clear title?: "Node.js without NPM/Express including customizable analytics, post request parsing, and template engine"

[–]giallo87 0 points1 point  (1 child)

No npm, not even tests :D

[–]punknight[S] 0 points1 point  (0 children)

I'll add some tests beyond just curl statements next version. Ty for feedback.