👷 Developed by Matheus Ramalho de Oliveira
🔨 Brazilian Software Engineer
🏡 Goiânia, Goiás, Brasil
✉️ kastorcode@gmail.com
👍 instagram.com/kastorcode
Full-stack project containerized via Docker that streams and merges audio in real time using Node.js Streams and SoX. All code is tested with Jest, unit and end-to-end tests.
Backend
- Make a clone of this repository;
- Open the project folder in a terminal;
- Run
yarn
to install dependencies; - Run
yarn start-watch-docker
to launch the docker container server at port3000
.
Frontend
- The backend needs to be live;
- Access the home page (listener) at
http://localhost:3000/home
; - Access the radio controller at
http://localhost:3000/controller
.
<kastor.code/>