Click here to Skip to main content
15,881,856 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
I am currently reading nodejs. Will I get there with nodejs? Please advice me.Thanks.


What I have tried:

I am currently reading nodejs. Will I get there with nodejs? Please advice me.Thanks.

Posted
Updated 14-Aug-20 6:16am
Comments
Afzaal Ahmad Zeeshan 14-Aug-20 12:17pm    
Get where?

Node.js will probably help you develop/deploy all sorts of websites; trust me, I have written stronger and more complex applications in Node.js. How-to is up to you!
BillWoodruff 14-Aug-20 13:50pm    
Define "radio server." Do you mean a web-site that streams media content to a browser ?

Go to Node.js[^] and study the documentation, in order to see if it fits your requirements.
 
Share this answer
 
Quote:
Is NodeJs best language for online radio servers?

Best is most of the times 'depends' on multiple things on what you want out of it and how you plan to use it.

Quote:
Will I get there with nodejs?

Yes. It is very much possible to make an online radio server using Nodejs.

Shared by someone who tried it:
You can make a Node.js HTTP server that will have an endpoint intended for streaming songs, i.e., audio data. A client could then start consuming the data by making a request to that endpoint.

Try out, share if you face any issue or get stuck.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900