Read more

Test websocket connections

Claus-Theodor Riegg
May 12, 2017Software engineer at makandra GmbH

You can use wscat:

sudo apt-get install node-ws
#
wscat -c ws://echo.websocket.org
connected (press CTRL+C to quit)
> foo

< foo
> bar

< bar
> 

Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot
Posted by Claus-Theodor Riegg to makandra Operations (2017-05-12 10:26)