Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions Kit/Session-1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,11 @@ <h2>Under the hood</h2>
</section>
<section class="" data-id="ae7e65cf1db2e70789f973aa89a30f6e">
<h2 style="font-style: normal; font-variant: normal;">code block</h2>
<br/>
<pre>var ws = require('websocket.io'),
<br/>server = ws.listen(3000);
<br/>
<br/>server.on('connection', function (socket) {
<br/>server.on('
<font color="#ffff00">connection</font>', function (socket) {
<br/>
<br/> console.log('connected to client');
<br/> socket.send('You connected to a web socket!');
Expand All @@ -270,11 +270,6 @@ <h2 style="font-style: normal; font-variant: normal;">code block</h2>
</pre>
<br/>
</section>
<section data-id="f5ef99aadb37bd4e8f18b3df3c0d1b8a" class="">
<h2>Event Loop
<img style="width: 833.39px; height: 524.337px; max-height: none; max-width: none;" src="https://s3.amazonaws.com/media-p.slid.es/uploads/ashwinhegde/images/509490/image.axd.png"/>
</h2>
</section>
<section data-id="44224e70e3863a7835c4ac01c332662a" class="">
<h2>Similar environments</h2>
<div>
Expand Down Expand Up @@ -367,8 +362,8 @@ <h2 style="text-align: center;" align="left">
<a href="http://npmjs.org">npmjs.org</a>
<br/>
</li>
<li>Second most popular watched project on Github.</li>
<li>Build CLI based tools such as Grunt or Make.</li>
<li>2nd most popular watched project on Github.</li>
<li>Build cli based tools such as Grunt or Make.</li>
<li>Build high-performance, high I/O, TCP apps like proxy servers, PaaS, databases, etc.</li>
<li>Build a (soft) real-time social app like Twitter or a chat app.</li>
<li>
Expand Down