What is Node.js

16
WHAT IS NODE.JS DID YOU SAY NERD?

description

What is node js? Why does it rock? What can it do? Well lets take a look at this. Find out more about node at www.coffy.tips

Transcript of What is Node.js

  • 1. DID YOU SAY NERD?WHAT IS NODE. JS

2. Node.js is a cross-platform runtime environment for server-sideand networking applications. Node.js applications are written inJavaScript, and can be run within the Node.js runtime on OS X,Microsoft Windows and Linux with no changes. 3. WHY I TS AWESOMEJAVASCRIPTBASEDI SASYNCHRONOUS 4. NODE. JSHOW DO WE USE I T ? 5. INSTAL L NPM1. Get package from node.js.org2. Install package3. Open terminal4. Type npm -v5. Fist bump the air 6. SERVERS MODULES 7. SERVERSTHE POPULAR WAY. 8. SERVERSTHE KICK ASS WAY. 9. MAKING DEVELOPMENT FASTERMODALS 10. MODALSPREPROCESSORS AUTOMAT ION*there is more then this. 11. SASS:SYNTACTICALLY AWESOME STYLE SHEETS 12. GRUNT : THE JAVASCRIPT TASK RUNNER 13. HOW TO INSTAL LMODALS1. Open up terminal2. Type npm install -g yo3. Type yo yo4. Pass Go collect money.* Were using Yo as an example application.Replace Yo with any app you wish to install 14. INSTAL L GHOST1. Download Ghost fromhttps://ghost.org/download/2. Unzip and navigate a terminal to the directory3. type npm install production4. npm start5. navigate to 127.0.0.1:2368 in browser 15. LEARNM O R E A T Code School coursehttps://www.codeschool.com/courses/real-time-web-with-node-js Node Documentationhttp://nodejs.org/documentation/ Node Tutorialhttp://nodejs.org/documentation/tutorials/