> For the complete documentation index, see [llms.txt](https://luis-souza-1.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://luis-souza-1.gitbook.io/wiki/software-engineer/protocols.md).

# Protocolos

* [AMQP (Advanced Message Queuing Protocol)](https://www.amqp.org/)
* [AtProto](https://atproto.com/)
* [HTTP (Hyper Text Transfer Protocol)](https://pt.wikipedia.org/wiki/Hypertext_Transfer_Protocol)
  * [HTTP 1](https://www.w3.org/Protocols/HTTP/1.0/draft-ietf-http-spec.html)
  * [HTTP 1.1](https://www.w3.org/Protocols/rfc2616/rfc2616.html)
  * [HTTP 2](https://en.wikipedia.org/wiki/HTTP/2)
  * [HTTP 3](https://blog.cloudflare.com/http3-the-past-present-and-future/)
* [HTTPS (Hyper Text Transfer Protocol Secure)](https://pt.wikipedia.org/wiki/Hyper_Text_Transfer_Protocol_Secure)
  * [Multiplexing](https://developers.google.com/web/fundamentals/performance/http2)
* [MQTT (Message Queuing Telemetry Transpor)](https://pt.wikipedia.org/wiki/MQTT)
* [RTMP (Real Time Messaging Protocol)](https://www.dacast.com/blog/rtmp-real-time-messaging-protocol/)
* [RPC (Remote Procedure Calls)](https://pt.wikipedia.org/wiki/Chamada_de_procedimento_remoto)
  * [Finagle](https://twitter.github.io/finagle/)
  * [gRPC (gRPC Remote Procedure Calls)](https://grpc.io/)
    * [GHZ](https://ghz.sh/)
  * [Rest.li](https://linkedin.github.io/rest.li/)
* [QUIC (Quick UDP Internet Connections)](https://pt.wikipedia.org/wiki/QUIC)
* [WS (Web Socket)](https://pt.wikipedia.org/wiki/WebSocket)
  * [Web Transport](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport)
* [WSS (Web Socket Secure)](https://pt.wikipedia.org/wiki/WebSocket)
