如何使用C#为Asp.Net中的客户支持开发在线聊天应用程序 [英] How Can I Develop Online Chat Application For Customer Support In Asp.Net Using C#

查看:116
本文介绍了如何使用C#为Asp.Net中的客户支持开发在线聊天应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我如何为客户支持开发在线聊天应用程序管理团队的每个客户处理意味着操作员多个用户相互接触但一个操作员一次处理一个客户所以

喜欢这种类型的网站功能

http://www.comm100.com/ [ ^ ]



先生,请帮帮我


how can i develop online chat application for customer support every customer handle by admin team means operator multiple user took to each other but one operator handle one customer at a time so
like this type of website functionality
http://www.comm100.com/[^]

sir please help me

推荐答案

谷歌是你的朋友:好好经常拜访他。他可以比在这里发布问题更快地回答问题...



一次非常快速的搜索给出了近2,000,000次点击:在线聊天应用程序c# [ ^ ]



将来,请尝试自己做至少基础研究,不要浪费你的时间或我们的时间。
Google is your friend: Be nice and visit him often. He can answer questions a lot more quickly than posting them here...

A very quick search gave nearly 2,000,000 hits: online chat application c#[^]

In future, please try to do at least basic research yourself, and not waste your time or ours.


Hi Ansual,


您可以使用SignalR开发实时LiveChat应用程序。在这个应用程序中,您可以管理一个操作员可以与一个或多个客户聊天。



http://www.asp.net/signalr [ ^ ]



流程如下:



1.创建SignalR服务器,(我更喜欢)自托管控制台应用程序)。



http://www.asp.net/signalr/overview/signalr-20/getting-started-with-signalr-20/tutorial-signalr-20-自我主持人 [ ^ ]



2.为客户和另一个创建两个网页或html第一页运营商。两者都有自己的聊天窗口。

3.运营商可以有排队的客户名单和活跃的客户名单。

4.为客户和运营商创建两个独立的j。 />
5.两个js都将使用SignalR服务器启动自己的集线器。

6.定义写入消息,预设消息和添加用户的方法。



http:// www.asp.net/signalr/overview/signalr-20/hubs-api/hubs-api-guide-javascript-client [ ^ ]









另一个选择是收集js它是开源的并使用节点js作为服务器。 Togather js也支持共同浏览但有一些限制。



https://togetherjs.com / [ ^ ]
Hi Ansual,

You can develop real time LiveChat Application using SignalR. In this application you can manage one operator can do chat one or more customer.

http://www.asp.net/signalr[^]

The process will be such as:

1. Create a SignalR server, (I prefer self hosted console application).

http://www.asp.net/signalr/overview/signalr-20/getting-started-with-signalr-20/tutorial-signalr-20-self-host[^]

2. Create two web page or html page one for customer and another for operator. both will have own chat window.
3. Operator can have queued customer list and active customer list.
4. Create two separate js for both customer and operator.
5. Both js will be start his own hub using SignalR server.
6. Define method for write message, canned message and add user.

http://www.asp.net/signalr/overview/signalr-20/hubs-api/hubs-api-guide-javascript-client[^]




Another option is togather js it is open source and use node js for server. Togather js also support co-browsing but has some limitations.

https://togetherjs.com/[^]


这篇关于如何使用C#为Asp.Net中的客户支持开发在线聊天应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆