WebSockets Tutorial
WebSockets Introduction
WebSockets Roles
JavaScript & WebSockets API
WebSockets Implementation
WebSockets Useful Resources
Selected Reading
WebSockets Introduction
- WebSockets – Implementation
- WebSockets – Functionalities
- WebSockets - Duplex Communication
- WebSockets – Overview
WebSockets Roles
- WebSockets – Closing a Connection
- WebSockets - Send & Receive Msgs
- WebSockets – Handling Errors
- WebSockets – Opening Connections
- WebSockets – Events and Actions
JavaScript & WebSockets API
WebSockets Implementation
WebSockets Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
WebSockets – Discussion
Discuss WebSockets
Web sockets are defined as a two-way communication between the servers and the cpents, which mean both the parties, communicate and exchange data at the same time. This protocol defines a full duplex communication from the ground up. Web sockets take a step forward in bringing desktop rich functionapties to the web browsers. It represents an evolution, which was awaited for a long time in cpent/server web technology.
Advertisements