Search
Shubhra Khar

SE Radio 230: Shubhra Kar on NodeJS

Venue: Internet
Shubhra Kar of StrongLoop talks to Jeff Meyerson about Node.js. Node allows for server-side JavaScript. Shubra and Jeff explore why Node is so important from three standpoints: isomorphic JavaScript, the single-threaded-concurrency model, and the “API economy.” Isomorphic JavaScript apps have their own control and viewing logic, but they share the state and specification of the models between client and server. Node’s single-threaded event loop concurrency model is ideal for Web programming, where time is traditionally wasted while waiting on I/O. The API economy is dominated by JSON (JavaScript Object Notation), which Node treats as the first-class data model. Shubhra also discusses the changing landscape of the client-server model in a conversation about Browserify, which creates a directory structure in the browser, allowing for conflict management between client and server. Other topics discussed include MongoDB, model-driven development, and V8.


Show Notes

Related links

Shubhra Kar on Twitter http://twitter.com/shubhrakar

Node.js Home https://nodejs.org

Node creator Ryan Dahl https://www.youtube.com/watch?v=jo_B4LTHi3I

Browserify http://browserify.org

Express.js http://expressjs.com

V8 developer page https://developers.google.com/v8

Join the discussion
5 comments

More from this show