🦀 socktop_connector WASM Test
This test demonstrates that socktop_connector works properly in WebAssembly with real WebSocket connections.
Test Output:
Click "Run Test" to start...\n
Test Details:
- ✅ Uses real
socktop_connector::SocktopConnector API
- ✅ Makes actual WebSocket connections to socktop agents
- ✅ Calls real API methods:
get_metrics(), get_disks(), get_processes()
- ✅ No fake data or browser-specific workarounds
- ✅ Full end-to-end test of socktop_connector in WASM
Prerequisites:
- ✅ socktop_agent running on localhost:3000
- ✅ WebSocket connection allowed (no CORS issues)
- ✅ WASM module properly compiled and loaded