node.js - websocket后端用什么做比较好?
大家讲道理
大家讲道理 2017-04-17 15:49:15
0
7
466

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

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(7)
左手右手慢动作

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.

迷茫
Swoole Or Workerman
小葫芦

socket.io-php-emitter

阿神

nodejs/python are both good

PHPzhong

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.

黄舟

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

Ty80

It is recommended to use nodeJS and go

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template