Skip to content

Latest commit

 

History

History
8 lines (3 loc) · 387 Bytes

README.md

File metadata and controls

8 lines (3 loc) · 387 Bytes

From server to browser logger

Read your logs or any other server information in a browser in real-time. The server part written in Python (Twisted) and the client part written in JavaScript (WebSockets + jQuery).

This logger can send any information (logs, statistics, notifications, etc.) through websockets from your server to all browser windows that connected to it.