Not exactly a Nodejs question but I'm building a music site using nodejs 
and thought I can get some feedback here!

my question is what are some of the strategy that I can use to host my 
music files? If I'm building a music site like soundcloud.com? How do I 
avoid any bandwidth problem?

For example:

I host all my music files on AWS simple storage service (S3), and when a 
request come I just pass on the url and use Javascript to load the file and 
play it.

It seems like it'll have a lot of problem, because if everyone is loading 
the same file, then it'll definitely have problem with S3.

Any suggestion/advice will be great!

Thanks in advance!

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to