/nodejs-audio-streaming

Nodejs audio streaming example

Primary LanguageJavaScriptMIT LicenseMIT

nodejs-audio-streaming

Nodejs audio streaming example

  • Installation

    npm install

  • Run

    • Add folder path to index.js

    ... const audioPath = path.join(__dirname, "./audio"); // Path of your folder with audio files ...

    • Start the server

    node index.js