http-to-ws

HTTP to WS clients proxy.

Usage no npm install needed!

<script type="module">
  import httpToWs from 'https://cdn.skypack.dev/http-to-ws';
</script>

README

HTTP-to-WS lib

Push http messages from root to subscribed Socket.IO clients

Install and running:

  $ npm install http-to-ws
  $ http-to-ws 3003

That's it. This package/bin simply proxy incomming requests' data (post/get/...) to subscribed socket.io clients.