add websocket server

This commit is contained in:
2021-05-16 10:19:54 -04:00
parent d952656dc1
commit 6624cc9e23
4 changed files with 89 additions and 5 deletions
+17
View File
@@ -0,0 +1,17 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "hbd",
"console": "integratedTerminal",
"args": ["-f"]
}
]
}