Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 483 Bytes

File metadata and controls

14 lines (10 loc) · 483 Bytes

A simple HTTP server to provide audio sources using package:shelf. This server listens to loop-back (localhost, 127.0.0.1).

To run this server locally, run as follows:

$ dart run bin/server.dart

Environment variables:

  • LATENCY: the timeout until the server should respond in milliseconds, default: 0.
  • PORT: the port the server should listen on, default: 8080.
  • LOG_REQUESTS: log the network requests, default: false.