FredyH / GWSockets

WebSockets for GLua
MIT License
87 stars 7 forks source link

Change example servers #30

Closed viral32111 closed 2 years ago

viral32111 commented 2 years ago

The example.com:9999 server in the README no longer works (https://github.com/FredyH/GWSockets/issues/29).

Same goes for the echo.websocket.org servers, visiting or websocket connecting to said domain now just shows that the service no longer available. image

All references to these have been changed to echo.websocket.events, which is a working alternative for both plain and secure connections, checked with websocat.

FredyH commented 2 years ago

You did it faster than me, thanks!