From 980f624439809e5a69b7ad853a120935c322162d Mon Sep 17 00:00:00 2001 From: Ashwin Hegde Date: Wed, 25 Mar 2015 13:56:34 +0530 Subject: [PATCH] Updates PPT --- Kit/Session-1/index.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/Kit/Session-1/index.html b/Kit/Session-1/index.html index b56e479..bb2fdb7 100644 --- a/Kit/Session-1/index.html +++ b/Kit/Session-1/index.html @@ -249,11 +249,11 @@

Under the hood

code block

-
var ws = require('websocket.io'), 
 			                
server = ws.listen(3000);
-
server.on('connection', function (socket) { +
server.on(' + connection', function (socket) {

console.log('connected to client');
socket.send('You connected to a web socket!'); @@ -270,11 +270,6 @@

code block


-
-

Event Loop - -

-

Similar environments

@@ -367,8 +362,8 @@

npmjs.org
-
  • Second most popular watched project on Github.
  • -
  • Build CLI based tools such as Grunt or Make.
  • +
  • 2nd most popular watched project on Github.
  • +
  • Build cli based tools such as Grunt or Make.
  • Build high-performance, high I/O, TCP apps like proxy servers, PaaS, databases, etc.
  • Build a (soft) real-time social app like Twitter or a chat app.