Difference between revisions of "WebSockets"

From wikieduonline
Jump to navigation Jump to search
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[wikipedia:WebSocket]] (2011)
+
[[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.
  
  
 
== Web Server implementation ==
 
== Web Server implementation ==
[[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>
+
* [[Amazon ELB]] support from 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>
 +
 
  
 +
== Related terms ==
 +
* [[AWS API Gateway]]
  
 
== See also ==
 
== See also ==

Revision as of 16:04, 11 July 2021

wikipedia:WebSocket (2011) is a computer communications protocol, providing full-duplex communication channels over a single TCP connection.


The WebSocket protocol defines a ws:// and wss:// prefix to indicate a WebSocket and a WebSocket Secure connection, respectively.


Web Server implementation


Related terms

See also

  • https://aws.amazon.com/blogs/aws/new-aws-application-load-balancer/
  • http://nginx.org/en/CHANGES
  • https://www.nginx.com/blog/websocket-nginx/
  • Advertising: