Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

HTML 5 API - WebSockets, Canvas and more

We are going to write more JavaScript applications that use the Canvas and WebSockets technology.

We are goint to introduce WebSockets as a tool to make real-time apps, using JavaScript

WebSockets

Coming from the HTML 5 JavaScript API, WebSockets gives us the power for making bi-directional communication between the client and the server, without having the restrictions of HTTP that is - the client has to make a request in order for the server to respond.

Using WebSockets, the client can push information to the server and the server can push information to the client at any given time.