-
A simple tool for decoding WebSocket text frame which is conformity with RFC 6455
-
Usage:
-
Run in console with NodeJS:
$> node websocket_decoder.js <frame-data-in-hex>
-
Run in browser: clone this project and locally browse websocket_decoder.html
-
game_of_life.html Live demo
For more information about Game of Life, please refer to Conway's Game of life on Wikipedia