Salepage link: At HERE. Archive:
This course was funded by a wildly successful Kickstarter.
Do you want to code for the web? In this course: get a fundamental introduction to a fast growing JavaScript environment.
What is Node.js?
Node.js is a runtime environment that allows you to use JavaScript outside of a browser context. For instance, you can use it directly on a computer or server OS. It has support for HTTP and reading from/writing to files. Node.js is lightweight and efficient.
What are the benefits of Node.js?
Node is fast. Its code is written in plain JavaScript that is easy to understand. The Node Package Manager (NPM) is helpful. It is well-supported, popular, and has an active community of developers.
Node.js is free to install from www.nodejs.org. We use v6.11.2 LTS in this course.
Requirements
Introduction to Course
Node