README
WebSocket Shell, Expose a Shell over WebSocket
This library allows for exposing shell access over a websocket, and using such a websocket from browser or node.js.
License
This library is released under MPL 2.0.
Expose a shell over a websocket
<script type="module">
import wsShell from 'https://cdn.skypack.dev/ws-shell';
</script>
This library allows for exposing shell access over a websocket, and using such a websocket from browser or node.js.
This library is released under MPL 2.0.