Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 706 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 706 Bytes

Spider - a sort of websocket proxy

Live examples

Testing on local host

Install

  • Golang

  • Node.js (v14 or higher)

  • NPM

    npm install websocket
    

Run

  • Run Go from /

    go run .
    go test
    
  • Run JS tests from /test. Have a Spider server runing on localhost (go run .)

    npm run test
    npm run browser
    npm run chat
    
  • Local Docker

    docker build --rm -t spider .
    docker run --rm -p 8080:8080/tcp -t spider