热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

构建音乐下载Web应用程序的最佳框架是什么?-Whatisthebestframeworktobuildamusicdownloadwebapplication?

Iamlookingtobuildawebapplicationthatallowspeopletodownloadmusicfrommywebsite,whati

I am looking to build a web application that allows people to download music from my website, what is the best framework I can use? Or how can I go about doing that?

我正在寻找一个允许人们从我的网站下载音乐的网络应用程序,我可以使用的最佳框架是什么?或者我该怎么做呢?

1 个解决方案

#1


0  

You can use any framework, rails, django, etc. The way you would do it is to simply save the songs on a separate storage such as Amazon S3 and either offer some sort of download mechanism or streaming mechanism.

您可以使用任何框架,rails,django等。您可以这样做的方法是将歌曲保存在单独的存储上,例如Amazon S3,并提供某种下载机制或流机制。

I guess you are interested in a Spotify clone, in which case you will need authorized user which really are just signup users. From there you can customize it as much as you want. Maybe you want everyone to be able to upload songs maybe just a few artists, etc.

我猜你对Spotify克隆很感兴趣,在这种情况下你需要授权用户才真正只是注册用户。从那里你可以根据需要自定义它。也许你希望每个人都能上传歌曲,也许只有少数艺术家等。


推荐阅读
author-avatar
1500799277_a9483d_353
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有