The-Complete-Hub / writers-guide

Contribute an article on The Complete Hub by following the instructions here. Check out the new_contributors directory to begin.
https://thecompletehub.com
6 stars 12 forks source link

Create a Node.js web server with Express Framework #3

Closed jesse-crypted closed 2 years ago

jesse-crypted commented 2 years ago

Writing sample(s): Hosted on the dev community

Proposed title of the article: Create a Node.js web server with Express Framework

Proposed article introduction: Node.js is a javascript framework that allows us to run javascript outside the browser, it is a javascript runtime built on chrome v8 engine. Skipping the not-so-boring stuff we will be trying our hands at building a simple web server using a popular javascript framework called 'Express'. Express is a framework that gives node.js superpowers because of its amazing feature.

Key takeaways:

References: Express documentation

Favour-dgreat commented 2 years ago

Great. You can go ahead with this article. I will be here if you need my help at any time. Kindly look at the article example provided in the contents/articles directory.