Skip to content

Instantly share code, notes, and snippets.

View nullmastermind's full-sized avatar
:shipit:
chill

Null nullmastermind

:shipit:
chill
View GitHub Profile
@nullmastermind
nullmastermind / index.html
Created August 14, 2017 20:59 — forked from tmichel/index.html
simple websocket example with golang
<html>
<head>
<title>WebSocket demo</title>
</head>
<body>
<div>
<form>
<label for="numberfield">Number</label>
<input type="text" id="numberfield" placeholder="12"/><br />