Who have node.js documentation?

I want to learn Node.js to make realtime app in my website,but I don’t know where should I find it ?
Who can help me ?

1 Like

The official documentation lives here: https://nodejs.org/en/docs/, but SitePoint also frequently publishes articles on Node.js, such as Build a Node.js-powered Chatroom Web App: Getting Started

3 Likes

The best way to get started is to learn JavaScript, then just start doing NodeJS tutorials. Most of the documentation you’ll probably need, is the actual JavaScript documentation on Mozilla Developer Network. Then the documentation of whatever framework, library, you’re using. I don’t think I’ve ever had to look directly at the NodeJS documentation for anything I’ve done (but YMMV).

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.