Introducing WebSockets Bringing Sockets to the Web Articles

For example, you can handle authentication during the opening handshake, by using cookie headers. Another option is to manage authentication (and authorization) at the application level, by using techniques such as JSON Web Tokens. In this article we have mainly focused on how to use WebSockets from a client-side perspective. If you’re looking to build …