You are developing a web application where the front-end needs to continuously receive real-time updates from the Python back-end. Which technology would you use to implement this functionality?

  • AJAX
  • GraphQL
  • REST API
  • WebSocket
To achieve real-time updates from the back-end, WebSocket is the preferred technology. It provides full-duplex communication channels over a single TCP connection, making it suitable for real-time applications.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *