fasp-server-cli

A simple command-line-based server for the Friendly Audio Streaming Protocol.

Usage no npm install needed!

<script type="module">
  import faspServerCli from 'https://cdn.skypack.dev/fasp-server-cli';
</script>

README

fasp-server-cli

A simple command-line-based server for the Friendly Audio Streaming Protocol. Based on fasp-server.

npm version ISC-licensed chat with me on Gitter support me on Patreon

Installing

First, follow the installation instructions of fasp-server.

npm install -g fasp-server-cli

Or use npx.

Usage

fasp-server init <name> <port>
    Generate a unique ID, store name and port in a config file at
    /Users/j/Library/Application Support/fasp-server-cli/config.json.
fasp-server
    Run the server with the name port from the config file.

Contributing

If you have a question or have difficulties using fasp-server-cli, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.