background preloader

Nodejs

Facebook Twitter

Making Web 2.0 chat client and server using nodeJS and socket.io screencast. Node Tuts. NodeJS Socket Lights. Node JS Begginer Book. Structure of this document Upon finishing this document, you will have created a complete web application which allows the users of this application to view web pages and upload files. Which, of course, is not exactly world-changing, but we will go some extra miles and not only create the code that is "just enough" to make these use cases possible, but create a simple, yet complete framework to cleanly separate the different aspects of our application. You will see what I mean in a minute. We will start with looking at how JavaScript development in Node.js is different from JavaScript development in a browser.

Next, we will stay with the good old tradition of writing a "Hello World" application, which is a most basic Node.js application that "does" something. Then, we will discuss what kind of "real" application we want to build, dissect the different parts which need to be implemented to assemble this application, and start working on each of these parts step-by-step. JavaScript and Node.js. Nodejs screencast mexico.

News feed usando nodeJS, Pubsub.io e jQuery " Elton Luís Minetto. Um dos projetos que estamos desenvolvendo na Coderockr é uma rede social, da qual vamos dar mais detalhes no futuro, e um dos componentes é um news feed, algo parecido com o “mural do Facebook” onde são mostrados os eventos mais atuais aos usuários (novas notícias, novos pedidos de amizade, novos conteúdos, etc). Estamos estudando algumas tecnologias para melhor solucionar esta necessidade, e uma das soluções é algo bem novo para nós, o uso quase que total de Javascript: nodeJS, Pubsub.io e nossa velha amiga jQuery. O nodeJS é uma das tecnologias mais interessantes que surgiu nos últimos tempos. O mago do Javascript @jaydson escreveu alguns posts muito legais fazendo uma introdução e mostrando os primeiros passos na ferramenta.

Recomendo a leitura. No site do Pubsub.io é possível ver outras features importantes como a possibilidade de usar autenticação para garantir a segurança, queries avançadas e a possibilidade de usar o MongoDB para armazenar as mensagens. Node js introduçao. Installing nodeJs in Windows (The easiest way) RubyCasts. 7 Free E-Books and Tutorials for Learning and Mastering Node.js. OK, we won’t bore you by telling you what Node.js is again or why it’s so dang hot. You want to learn Node.js? There’s no completely finished Node.js book out there that we’re aware of. But there’s one complete book in rough draft form, two partial guides and several other great resources for learning Node.js. No more excuses: Try Node.js for $0.02 or less in just a few minutes No more excuses: Try Node.js for $0.02 or less in just a few minutes is a short tutorial from the developers of NowJS. It explains how to get a Node.js instance up and running in Amazon EC2. It’s not meant to teach you how to use Node.js, just get you a working installation of it up quick.

Up and Running With Node.js Up and Running with Node.js by Tom Hughes-Croucher hasn’t been officially released yet, but O’Reilly Media has released a free text preview of the book as part of its Open Feedback Publishing System. Our previous coverage of the book is here. The Node Beginner Book Felix’s Node.js Guide Mastering Node.