Websocket

  • Build a WebSocket Application with FastAPI and Angular

    Build a WebSocket Application with FastAPI and Angular

    Learn to build a two-way interactive communication application with the WebSocket protocol. Similar to HTTP, WebSocket is also a communication protocol used in client-server communications. However, unlike HTTP, WebSocket is a bidirectional interactive protocol that allows the client to send messages to the server and also receive event-driven responses passively from the server without having… Continue reading

Blog at WordPress.com.