Here is a series of articles to help you create backend applications in Javascript.
Node.js is now a must, so it is essential for a developer to m...
For further actions, you may consider blocking this person and/or reporting abuse
There is a bug on your code in the module app.js. You are exporting the greeting function but then when you want to import it you don't use the greeting function in another module rather you say require('app.js'), not 'greeting'. if you run the code It would throw an error stating that the module greeting cannot be found. greeting() is not a module rather it is a function that is exported from a module to another. I would upload Images for you to see what I am saying.
This code would return an error stating that the module cannot be found
Thanks for sharing
You're welcome !
I look forward to learning from you
Cool, thanks for sharing.
Thanks,
Can you also make one for how to connect node with database and use node,react and a databse together . thanks
The database part in almost done but I am not sure I will do the React Part.
oh okay, thx
Are you writing an article about express js
Yes ExpressJS articles are coming right after NodeJS.
Many of them are already written.
Can you also cover Adonisjs in an article? I think it can be used as a reference for batteries included framework.
Express- A simple and small Node framework
Adonisjs - Batteries included and more structured framework.
Thanks. Keep up the great work
Thank you