Skip to content

sachin9996/websocket-frames-explained

Repository files navigation

Setup

  1. Clone the repository and build:

    git clone https://github.com/sachin9996/websocket-frames-explained.git
    cd websocket-frames-explained
    npm install
    make
  2. Open dist/index.html in your browser.