# WebSocket

WebSocket Protocol (An Ultimate Guide)
WebSocket Protocol (An Ultimate Guide)
WebSocket is a protocol used to create real-time, bi-directional communication channels in web applications. In this article, we will give an all-around overview of the WebSocket protocol definition, the WebSocket usage situation, and the full process of WebSocket connection.
WebSocket Tutorial: Test Connection Using Curl
WebSocket Tutorial: Test Connection Using Curl
In this section, we will explore how to use curl, a command-line tool for making HTTP requests, to establish a WebSocket connection, and communicate with a WebSocket server.
gRPC vs. WebSocket: What is the Difference
gRPC vs. WebSocket: What is the Difference
In this post, we’ll look at the key differences between gRPC and WebSocket, and provide guidance on when it is better to use each technology. We’ll discuss why gRPC and WebSocket have advantages, and how to decide which is best for your application.
How to Use WebSocket Protocol in FastAPI
How to Use WebSocket Protocol in FastAPI
Explore the capabilities of WebSocket protocol in FastAPI with this easy-to-follow guide. Learn how to leverage real-time, two-way communication for your projects, enabling smoother interactions and seamless data transfer.
Socket. IO vs. WebSocket: Keys Differences
Socket. IO vs. WebSocket: Keys Differences
Two popular technologies that facilitate real-time communication are Socket.IO and WebSocket. In this article, we'll dive deep into Socket.IO and WebSocket, exploring their key differences, use cases, and advantages.
How to Create and Run a WebSocket Server in Python
How to Create and Run a WebSocket Server in Python
This article is the ultimate guide on how to create a WebSocket Server in Python and debug it with Apidog easily.
How to Execute SSH Commands Using WebSocket
How to Execute SSH Commands Using WebSocket
How to execute SSH commands using WebSocket? You can install an SSH plugin in Drone and use WebSocket to send commands to SSH.