DEV Community

Cover image for Incorporating NodeJs

Incorporating NodeJs

Rakshith on June 04, 2020

Introduction Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.Node.js was written initially by Ryan Dahl in 2009,...
Collapse
 
ziizium profile image
Info Comment hidden by post author - thread only accessible via permalink
Habdul Hazeez • Edited

In my opinion the title "Implementing NodeJS" is misleading as anyone who reads this will think the post talks about the implementation of NodeJS using the ECMAScript specification.

Based on the content of the post and what you said in the second paragraph (emphasis mine):

In this post, we will take a look at how you would be able to incorporate Node.js into your Web Application. You are going to learn the usage of this from scratch as well as take a look at an example.

The post should be titled How to incorporate NodeJS in to your application or better still Getting started with NodeJS and NPM.

Collapse
 
teekay profile image
TK

I had the same feeling as you. I came to this post expecting an implementation of NodeJS, but it is more like how to use NodeJS to run your Javascript code

Collapse
 
jamesthomson profile image
James Thomson

Sorry to nitpick, but does anyone else find it funny that the main banner image code has nothing to do with Node.js?

Collapse
 
ziizium profile image
Habdul Hazeez

Little may not know, but the cover image should correlate or at least have a connection with the content of the post.

Content writing is not an easy task.

Collapse
 
madza profile image
Madza

Its nice to still see Node mentioned somewhere, as of current buzz the feeling could be summarized, if you don't use Deno, it doesn't count :)

Collapse
 
rakshith_2209 profile image
Rakshith

Yes, sir completely agree with you.

Collapse
 
veselinastaneva profile image
Vesi Staneva

Great tutorial! Keep up the good work 👏

Collapse
 
rakshith_2209 profile image
Rakshith

Thank you so much... :)

Some comments have been hidden by the post's author - find out more