Show logs in real time in browser

This page summarizes the projects mentioned and recommended in the original post on /r/flask

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Flask-SocketIO

    Socket.IO integration for Flask applications.

  • In terms of streaming anything to a client, I would suggest websocket functionality. There's a Flask-SocketIO package that can be used on the server side, and then on the client side you could use the built-in Javascript websocket functionality, or the Socket.IO library. That would allow you to push messages/data in both directions as needed... the server could just push data to the client whenever there's data to be pushed, and the client could handle that as needed.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts