Node.js

Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code server-side. Historically, JavaScript was used primarily for client-side scripting, in which scripts written in JavaScript are embedded in a webpage's HTML and run client-side by a JavaScript engine in the user's web browser. Node.js lets developers use JavaScript for server-side scripting—running scripts server-side to produce dynamic web page content before the page is sent to the user's web browser. Consequently, Node.js represents a "JavaScript everywhere" paradigm, unifying web application development around a single programming language, rather than different languages for server side and client side scripts.

Programming Talks tagged with: "Node.js"

"No, Really... Robots and JavaScript?!"

Raquel Velez
36 minutes
"No, Really... Robots and JavaScript?!"NodeBots have been around for several years now, but with every presentation, there is always someone who asks, "But... JavaScript?! Why on earth would you make robots with JavaScript?" It's a fair question, and one worthy of more than a hand-wavy answer about how it's cool... or something. In this talk, let's ...

Is Node.js Better?

Is Node.js Better?How do we resolve the question, "is this better than that?" This talk discusses ideas for improving how we handle conflict in the programming community through the lens of evaluating whether Node.js is better than other technologies like Ruby. ...

Mozilla Raw WebGL

Mozilla Raw WebGLNew web developers have trouble distinguishing jQuery from JavaScript. We frequently point developers to three.js for doing 3D on the web, but what is raw WebGL and what tools do we have for debugging 3D web applications? ...

Tim Ruffles: Solving the real callback hell - Great British Node Conf

Tim Ruffles: Solving the real callback hell - Great British Node ConfTim Ruffles investigates different approaches to managing and avoiding callback hell. ...

We Will All Be Game Programmers

We Will All Be Game ProgrammersHunter Loftis is responsible for the Node.js platform at Heroku. When he’s not working at Heroku, he runs PlayfulJS, a website of cool JavaScript code snippets. One of the better well-known demos on PlayfulJS is a re-creation of the Doom rendering engine in JavaScript. After building this, Hunter was contacted by ...

Large Scale JavaScript Application Architecture

Large Scale JavaScript Application ArchitectureLarge Scale JavaScript Application Architecture Time: Wednesday @ 10:40am | Room E-131 http://html5devconf.com/index.html #HTML5DevConf Learn how to build your team and technology without losing development time. In this presentation, you'll learn how to design a large-scale javascript application on a scalable front-end architecture to promote code modularization ...

Node.js in 20 Minutes

Edmond Meinfelder
23 minutes
Node.js in 20 MinutesEdmond Meinfelder introduces how to receive and send HTTP requests, streams, clusters and flow control with promises and async. He covers the basics of NPM and this exciting JavaScript framework. More free JavaScript resources: http://crcl.to/qsuy7 http://www.meetup.com/sfnode/ ...