I hereby claim:
- I am 0x317374 on github.
- I am dccxx (https://keybase.io/dccxx) on keybase.
- I have a public key ASDZ2tbwWdrjAxwWHYrOi_kh2SOYgAoJ8wejTYSYkE_GKQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| package main | |
| import ( | |
| "crypto/aes" | |
| "crypto/cipher" | |
| "crypto/rand" | |
| "crypto/sha256" | |
| "encoding/base64" | |
| "fmt" | |
| "io" |
| <html> | |
| <head> | |
| <title>WebSocket demo</title> | |
| </head> | |
| <body> | |
| <div> | |
| <form> | |
| <label for="numberfield">Number</label> | |
| <input type="text" id="numberfield" placeholder="12"/><br /> |