Logviewer: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Added Categories) |
||
Line 1: | Line 1: | ||
[[Category:Programming]] | |||
= Introduction = | = Introduction = | ||
This was an exercise using websockets with Python3. The code is a modification to the example on [http://shzhangji.com/blog/2017/07/15/log-tailer-with-websocket-and-python/ Ji ZHANG's blog] and [https://github.com/jizhang/logviewer.git Github repo]. | This was an exercise using websockets with Python3. The code is a modification to the example on [http://shzhangji.com/blog/2017/07/15/log-tailer-with-websocket-and-python/ Ji ZHANG's blog] and [https://github.com/jizhang/logviewer.git Github repo]. |
Latest revision as of 07:37, 21 July 2023
Introduction
This was an exercise using websockets with Python3. The code is a modification to the example on Ji ZHANG's blog and Github repo.
Source
Github repo: https://github.com/KG7QIN/weblogviewer