Recently Node.js has become one of the most favorite tools developers choose to create new Web services or network applications. Some of the reasons are its...
Share ideas that matter on the social web and experience
the benefits of curating the world's best content.
I don't have a Facebook, a Twitter or a LinkedIn account
Your new post is loading...
Jerry Jung's curator insight,
May 15, 8:35 AM
RubyJS is a JavaScript implementation of all methods from Ruby classes like Array, String, Numbers, Time and more. Delete the scoop?
Are you sure you want to delete this scoop?
Yes
Nguyen Ngoc Hung's curator insight,
January 29, 3:23 AM
Connecting to Facebook is easier than you might think. First, of course you need a Facebook account, so register one if you don't have one yet. Then you need to visit theGraph API Explorer, and click 'Get Acces Token'. Log in as yourself, and click 'Get Access Token' a second time to get the dialog for requesting access scopes. In there, go to 'Extended Permissions', and select 'publish_stream'; it should look something like this: Delete the scoop?
Are you sure you want to delete this scoop?
Yes
|
|
Recently Node.js has become one of the most favorite tools developers choose to create new Web services or network applications. Some of the reasons are its event-driven and non-blocking I/Oarchitecture which allow developers to create very lightweight, efficient and highly scalable real-time applications that run across distributed servers.
Node.js has been widely adopted by individual developers as well as large corporations such as LinkedIn, Yahoo!, Microsoft, and others. It has become so popular that developers have started writing and publishing so called Node Packaged Modules which further extend the functionality of the Node.js platform. In fact, there are over 17,000 registered modules at https://npmjs.org/ which have been downloaded over 12,000,000 times during the last month only. That popular the Node.js platform is.