TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: DJS - Media Distribution with no server-side code

31 点作者 khwang超过 13 年前

4 条评论

khwang超过 13 年前
We wrote a Turntable.fm clone which can be viewed at <a href="http://www.soncoya.com" rel="nofollow">http://www.soncoya.com</a><p>The neat thing though is that "media" is not limited to just mp3s--as you can see in the demo we can also serve images. We've turned off file upload and such for the purposes of the demonstration since none of us felt like dealing with security and such.
评论 #3115136 未加载
AjayTripathy超过 13 年前
The framework is for real-time media distribution, and is built on top of Now.js . All you need to do is include our npm module, djs, serve your webpage, and write your client-side code. We've found that it greatly simplifies writing pub-sub media distribution channels, and turntable-like rooms.
mcantelon超过 13 年前
"npm install djs" installs server-side code so "no server-side code" may not be entirely accurate.
评论 #3114348 未加载
DungFu超过 13 年前
But, what IS media?