# Node.js

Node.js is an open-source, cross-platform Javascript runtime environment. Traditionally Javascript is used to make websites interactive within the browser. Node.js is a way to let you use JavaScript outside of a web browser and instead use it on the server itself.

# Overview:

# How-To Guides