Blog

Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.

Rutas de Aprendizaje Libros Cursos Categorías Anuncios

FastAPI WebSockets: A Complete Guide with Authentication, REST API, and Vue.js

26-02-2026 - Andrés Cruz

FastAPI WebSockets: A Complete Guide with Authentication, REST API, and Vue.js

Python Learn how to create your first WebSocket in FastAPI and consume it from a Vue app using authentication and a Rest API.


How to use Flask-SocketIO to create real-time applications (WebSockets) with Python

13-03-2026 - Andrés Cruz

How to use Flask-SocketIO to create real-time applications (WebSockets) with Python

Flask We will see how to use the rooms in Flask SocketIO that allow us to create groups of full duplex connections for users.


Websockets in Django using Django Channels, wsgi and asgi servers

12-07-2023 - Andrés Cruz

Websockets in Django using Django Channels, wsgi and asgi servers

Django Learn how to implement WebSockets in Django with Django Channels. A complete guide covering ASGI servers, consumers, and how to create a real-time chat step by step.