add a simple shell script to test websocket proxy

This commit is contained in:
Benjamin Sergeant
2020-08-14 15:09:34 -07:00
parent 5423a31d5a
commit a8284e64e3
2 changed files with 41 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"remote_urls": {
"echo.localhost:8008": "ws://localhost:9009",
"cobra.localhost:8008": "ws://localhost:8765"
"echo.localhost:8008": "ws://localhost:8009",
"cobra.localhost:8008": "ws://localhost:5678"
}
}