adkri / nodejs-audio-streaming

Nodejs audio streaming example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Nodejs audio streaming example

License:MIT License


Languages

Language:JavaScript 52.3%Language:HTML 47.7%