A protocol that provides full-duplex communication between client and server for real-time applications.
Total Questions
2
Display Order
#71
Category
Backend
WebSockets enable real-time, bidirectional communication between a client and a server.
WebSockets maintain an open connection, while HTTP requests are stateless.