search

Home  >  Q&A  >  body text

node.js - 想用pomelo做服务端,搭建一个类似微信语音对讲的功能

想搭建一个类似微信语音对讲的系统,入口是移动端+web,服务端用pomelo+node.js,目前初步设想是移动端用长连接推送压缩的语音片段到pomelo,然后存储到服务器,路由推送语音的地址到对应的web端,这样是否可行,各位大神给点意见

巴扎黑巴扎黑2863 days ago1063

reply all(1)I'll reply

  • 黄舟

    黄舟2017-04-17 14:35:00

    According to Pomelo it is possible:

    Pomelo is also suitable for real-time web applications; its distributed architecture makes pomelo scale better than other real-time web frameworks.

    However, the specific method requires reading a lot of code.

    reply
    0
  • Cancelreply