PsychichHTTP v2-dev

This commit is contained in:
iranl
2024-12-30 14:37:09 +01:00
parent 2cf5201285
commit 78459c2d08
118 changed files with 5453 additions and 4972 deletions

View File

@@ -1,8 +1,9 @@
#!/usr/bin/env node
//stress test the client open/close for websockets
const WebSocket = require('ws');
const uri = 'ws://192.168.2.131/ws';
const uri = 'ws://psychic.local/ws';
async function websocketClient() {
console.log(`Starting test`);