README
node-ews
Extended web wockets based on ws module. Provides more events and response capability.
Install
npm install --save ews
Usage
See example.js and test.js
Extended web wockets based on ws module. Provides more events and response capability.
<script type="module">
import ews from 'https://cdn.skypack.dev/ews';
</script>
Extended web wockets based on ws module. Provides more events and response capability.
npm install --save ews
See example.js and test.js