Tech Terms Explained Simply
A beginner-friendly glossary built by the community, for the community
60 Terms - 16 Categories
Community Verified
100% Free and Open Source
WebSockets
web-development
Copy embedding code
Share on Bluesky
Share on X
Copy to clipboard
Create image
A way for websites and servers to have a two-way conversation in real-time. Unlike regular web requests where you have to keep asking "any updates?", WebSockets keep the connection open so updates can be sent instantly.