Skip to content

Instantly share code, notes, and snippets.

View F4Jonatas's full-sized avatar

Jonatas Peclat F4Jonatas

View GitHub Profile
@Tim-S
Tim-S / wsClient.html
Last active November 3, 2024 04:13
Simple PowerShell Websocket server
<!DOCTYPE html>
<meta charset="utf-8" />
<title>WebSocket Test</title>
<script language="javascript" type="text/javascript">
var wsUri = "ws://localhost:5001/";
var output;
function init() {
output = document.getElementById("output");