API Architectural Styles - MacKittipat/note-developer GitHub Wiki

  • SOAP
  • REST
  • GraphQL
  • gRPC
  • WebSocket
    • For real-time and bi-directional communication
  • WebHook
    • For notify clients when server-side events occur
  • MQTT
    • Message Queuing Telemetry Transport on the other hand, is a lightweight and efficient open standard protocol. MQTT is optimized for constrained devices and unreliable networks.
  • AMQP