MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

  • wscat

Contents

  1. wscat

wscat

Web socket cat tool

  • https://github.com/websockets/wscat

   1 sudo apt install nodejs npm -y
   2 sudo npm install -g wscat
   3 
   4 wscat -c wss://websocket-echo.com
   5 Connected (press CTRL+C to quit)
   6 > hi there
   7 < hi there
   8 > are you a happy parrot?
   9 < are you a happy parrot?
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01