search

Home  >  Q&A  >  body text

node.js - websocket后端用什么做比较好?

做一个客服聊天系统,用什么语言比较好?

大家讲道理大家讲道理2786 days ago472

reply all(7)I'll reply

  • ringa_lee

    ringa_lee2017-04-17 15:51:15

    First of all, it depends on what kind of development resources you or your team have. In terms of ease of implementation, nodejs is the easiest. You can refer to this example
    https://gist.github.com/marti...
    Java's websocket server support is also very good, but the implementation code is several times that of nodejs.
    Nodejs is easy, but to implement a good customer service chat system, it depends more on sophisticated design, such as comprehensive consideration of a series of issues such as users, chat sessions, security, etc.

    reply
    0
  • 迷茫

    迷茫2017-04-17 15:51:15

    Swoole Or Workerman

    reply
    0
  • 高洛峰

    高洛峰2017-04-17 15:51:15

    socket.io-php-emitter

    reply
    0
  • 阿神

    阿神2017-04-17 15:51:15

    nodejs/python are both good

    reply
    0
  • PHPz

    PHPz2017-04-17 15:51:15

    nodejs.
    You can use socket.io directly, which is relatively simple.
    Or use NetEase's pemelo, which is a development package based on websocket. It directly comes with relevant testing tools/deployment tools, and has good scalability (including multiple physical machines). Of course it's a bit difficult.

    reply
    0
  • 黄舟

    黄舟2017-04-17 15:51:15

    node.js is still very good as a server. I have written a Weibo demo using node to build the backend. I recommend you check it out

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 15:51:15

    It is recommended to use nodeJS and go

    reply
    0
  • Cancelreply