port-listener

simple port listener with javascript

Usage no npm install needed!

<script type="module">
  import portListener from 'https://cdn.skypack.dev/port-listener';
</script>

README

port-listener

installation

npm install -g port-listener
#for linux:
sudo npm install -g port-listener

You can install the module on your computer using this command.


usage

port-listener <options>

options: |parameter|description|required|default value| |--|--|--|--| |-e|encoding|false|utf-8 |-p|port|true|-| |-h|help|-|-|

Last Updates

  • coloruful information
  • parameterize usage

If you have a problem, don't forget to open new issue on github <3