Course Overview
WebSocket Tutorial:
Web sockets are defined as a two-way communication between the servers and the clients, meaning communication and exchange of data happens at the same time between both the parties. You will also get to understand what makes Web Sockets different from the traditional HTTP request/response pattern.
Through these tutorials you are going to understand implementation of WebSockets in creating a simple application.
The training will include the following;
- WebSockets Introduction
- Duplex Communication
- Functionalities
- Implementation
- Example of Hello World on Sockets
- Events & Action
- Opening Connections
- Handling Errors
- Send & Receive message
- closing a connection
- Communicating with Server
- Security
- Mobile App
- Simple Application using WebSockets.
Target Customers:
- Web developers/designers
- Progrmmers
- Anyone who wants basic knowledge of how Websockets work
Pre-Requisites:
- Basics of JavaScript
- Understanding of the HTTP protocol
- Passion to learn