VeryBueno / bash-websocket-client

Websocket client written in bash
36 stars 4 forks source link

Does not run with local socker.io server? #2

Open lrkwz opened 7 years ago

lrkwz commented 7 years ago

Hello I'm trying to have a working example of:

I cannot understand how to compose this using localhost for both server and client...

BTW on ubuntu 16.04 I have and error:

$ ./send_to_websocket.sh           
./send_to_websocket.sh: line 108: kill: (20000) - No such process
./send_to_websocket.sh: line 108: kill: (19999) - No such process
gmemstr commented 7 years ago

Do you have netcat installed? The author mentions you need it to forward the messages to the actual server.