Maison > Questions et réponses > le corps du texte
想搭建一个类似微信语音对讲的系统,入口是移动端+web,服务端用pomelo+node.js,目前初步设想是移动端用长连接推送压缩的语音片段到pomelo,然后存储到服务器,路由推送语音的地址到对应的web端,这样是否可行,各位大神给点意见
黄舟2017-04-17 14:35:00
按照Pomelo的说法是可以的:
Pomelo is also suitable for real-time web applications; its distributed architecture makes pomelo scale better than other real-time web frameworks.
不过具体的做法就需要大量阅读代码了。