Skip to content

Instantly share code, notes, and snippets.

@Prof-Bloodstone
Prof-Bloodstone / index.html
Last active January 17, 2021 11:56 — forked from mariocesar/index.html
Example Python + Websockets to emulate tail -f
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Tail </title>
<style>
body {font-family: monospace;}
p{ margin: 0;}
ul{padding: 0;}