Editing WebSockets

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
[[wikipedia:WebSocket]] (2011) is a computer communications protocol, providing [[full-duplex]] communication channels over a single [[TCP]] connection. The WebSocket protocol defines a <code>[[ws]]://</code> and <code>[[wss]]://</code> prefix to indicate a WebSocket and a WebSocket Secure connection, respectively.
+
[[wikipedia:WebSocket]] (2011)
 
 
* https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_client_applications
 
 
 
The URL to which to connect; this should be the URL to which the WebSocket server will respond. This should use the URL scheme wss://, although some software may allow you to use the insecure ws:// for local connections.
 
  
  
 
== Web Server implementation ==
 
== Web Server implementation ==
* [[Amazon ELB]] support WebSockets and [[HTTP/2]] since 2016 <ref>https://aws.amazon.com/blogs/aws/new-aws-application-load-balancer/</ref>
+
[[Nginx]] supports WebSockets since 2013, implemented in version 1.3.13 <ref>http://nginx.org/en/CHANGES</ref> including acting as a reverse proxy and load balancer of WebSocket applications.<ref>https://www.nginx.com/blog/websocket-nginx/</ref>
* [[Nginx]] supports WebSockets since 2013, implemented in version 1.3.13 <ref>http://nginx.org/en/CHANGES</ref> including acting as a [[reverse proxy]] and [[load balancer]] of WebSocket applications.<ref>https://www.nginx.com/blog/websocket-nginx/</ref>
 
  
== Related terms ==
 
* [[AWS API Gateway]]
 
* <code>[[WS-RPC]]</code>
 
* <code>[[HTTP/3]]</code>
 
* [[Server-Sent Events (SSE)]]
 
* [[Load testing]]: [[Gatling (software)]]
 
* <code>[[nats.ws]]</code>
 
[[curl: (1) Protocol "wss" not supported or disabled in libcurl]]
 
[[socket.io-client]]
 
[[websocket handshake error: invalid value for header]] 'Upgrade'
 
* [[Caddyfile]]
 
  
== See also ==
 
* {{WebSocket}}
 
* {{HTTPS}}
 
  
 
[[Category:web]]
 
[[Category:web]]

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Templates used on this page:

Advertising: