simple counting http server-side-events stream

This commit is contained in:
2020-04-07 22:16:53 -07:00
parent 0ba4f46c20
commit 83232ad888
5 changed files with 109 additions and 4 deletions

13
static/user.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Hello, World!</title>
</head>
<body>
<form action="user" method="post">
<input name="name" type="text">
<input type="submit" value="Set Name">
</form>
</body>
</html>