Content for Node.js

Node.js

Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside of a browser. Node.js lets developers use JavaScript to write command line tools and for server-side scripting—running scripts server-side to produce dynamic web page content before the page is sent to the user's web browser. Consequently, Node.js represents a "JavaScript everywhere" paradigm, unifying web-application development around a single programming language, rather than different languages for server- and client-side scripts.

Build your own IoT platform using node.js and ESP8266

“If you are a hardware enthusiast then you might have blinked an LED through WiFi. maybe on your local network or over the internet using third-party services like Blynk or ThingSpeak. But It either works only on your local network …

Web Controlled Multifunctional Car

“In our final project, we have built a multi-functional car controlled by a web application on the PC, which allows users to drive the car as well as play music from the interface on the website. All the requests from …

Robot Hand Control: Leap Motion, JavaScript, Node.js, and Arduino!

“Here we’ll be building the InMoov robot hand and forearm and then learning how to control it using Leap Motion, JavaScript, Node.js, and Arduino. This is a barebones complete tutorial, so know that it does work. We’ll …

Computer Monitor Using Arduino and Node JS

“This instructables will show how to monitor your computer hardware while doing another things on your computer. I always had problem to check my hardware while playing games, programming and etc… that is why I decided to make this Computer …

Arduino Drawing

“Using an Arduino mounted with a magnetometer, node.js and socket.io, this project uses disturbances in the magnetic field to draw.”