Added wscat tool to work with websockets

This commit is contained in:
cytopia
2022-12-26 03:12:03 +01:00
parent 06cb912d1e
commit c14d2d8881
19 changed files with 209 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# wscat
WebSocket cat
| Platform | Url |
|----------|------------------------------------------------------------------|
| NPM | https://www.npmjs.com/package/wscat |
| GitHub | https://github.com/websockets/wscat |

View File

@@ -0,0 +1,13 @@
---
check: wscat --version | grep -E '[0-9][.0-9]+' || (wscat --version; false)
all:
type: npm
package: wscat
binary: wscat
version:
build_dep: []
run_dep: []
pre:
post:

View File

@@ -0,0 +1,11 @@
---
# The name of the module
name: wscat
# Exclude module build/installation for the following PHP versions
exclude: []
# In order for this tool to build/install correctly,
# the following tools must have been installed first.
depends: []