10
2011
Introducing Node.js
Node.js is a server-side JavaScript environment that uses an asynchronous event-driven model. It runs on V8 engine which used in Google Chrome. You can download and install Node.js from github. For Mac user like me, you can download the precompiled package for simplicity. Once install, open up your terminal as type ‘node’ then ‘enter’, like screenshot below. You are now in node environment. Try out some javascript code like adding numbers just like in the [...]
Ads
Facebook Page
Categories
- Apache (1)
- Apps (2)
- Blog (19)
- IOS (20)
- IOS Library (5)
- iPhone Tutorial (17)
- Javascript (1)
- Node.js (1)
- Twitter (1)


An article by