Build a WebSocket Application with FastAPI and Angular

Learn to build a two-way interactive communication application with the WebSocket protocol

Lynn G. Kwong
Towards Data Science
7 min readJan 30, 2023

--

Image by geralt (Mobile Smartphone Stock Exchange) in Pixabay

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…

--

--

I’m a Software Developer (https://medium.com/@lynn-kwong) keen on sharing thoughts, tutorials, and solutions for the best practice of software development.