简体   繁体   English

我如何为我的网站用户(如Y)制作实时客户端聊天应用程序! 信使?

[英]How i can to make a live client chat application for my website's user like Y! Messenger?

How i can to make a live client chat application for my website similar Yahoo! 我如何为我的网站制作类似于Yahoo!的实时客户端聊天应用程序? messenger but only on TEXT Based or i want to make a simple program for send and receive text message only (not need live voice transferring , ... )? 信使,但只在TEXT Based或我想制作一个简单的程序,只发送和接收短信(不需要实时语音转移,...)?

I have a website with sql server database (ASP.NET site), in my website user's can sign-up(register) it. 我有一个带有sql server数据库的网站(ASP.NET站点),在我的网站上,用户可以注册(注册)它。 I want to make a client chat program(like Yahoo messenger) for all my website's user, and they use it for live chat. 我想为我所有网站的用户制作一个客户端聊天程序(例如Yahoo Messenger),他们将其用于实时聊天。 This means i have a server and a SQL Server DB, all user's resisted in this database. 这意味着我有一个服务器和一个SQL Server DB,所有用户都拒绝访问此数据库。 i want to make a application to be able get a username and password and login to chatroom,... 我想制作一个能够获取用户名和密码并登录聊天室的应用程序,...

How i can to make a application with this features? 我如何制作具有此功能的应用程序? i can use IRC? 我可以使用IRC吗? There are a open-source software for use it? 有开源软件可以使用吗?

I programming with Delphi XE. 我用Delphi XE编程。

Thanks. 谢谢。

Another option is to roll your own with Indy components that come with Delphi. 另一种选择是使用Delphi附带的Indy组件自行推出。 There's actually an Indy chat demo available. 实际上有一个Indy聊天演示可用。 (grab from their SVN demo repo: https://svn.atozed.com:444/svn/Indy10Demos ) (从他们的SVN演示存储库中获取: https ://svn.atozed.com:444/svn/Indy10Demos)

Instructions how to access their SVN repositories: http://www.indyproject.org/Sockets/Download/svn.EN.aspx 有关如何访问其SVN存储库的说明: http : //www.indyproject.org/Sockets/Download/svn.EN.aspx

There are a few component libraries that you can buy to help with this project. 您可以购买一些组件库来帮助完成此项目。 One of them is from AidAim software: 其中一个来自AidAim软件:

http://www.aidaim.com/delphi_messenger_sdk_instant_messaging_sdk_im_sdk.htm http://www.aidaim.com/delphi_messenger_sdk_instant_messaging_sdk_im_sdk.htm

Another option to look at is from Eldos: http://www.eldos.com/msgconnect/ 另一个选择来自Eldos: http ://www.eldos.com/msgconnect/

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用Delphi7和HTTP建立聊天网站 - How to make a chat website with Delphi7 and HTTP 如何让我的控制台应用程序接收窗口消息? - How can I make my console application receive window messages? 我可以在不运行应用程序的特定时间(例如12:00 AM)启动Delphi App吗? - Can I make my Delphi App start at a specific time (like 12:00AM), without the application running? 如何制作第三方组件的DCU文件,而不是在我的应用程序目录中生成? - How do I make third party component's DCU files, not to get generated in my application directory? 如何让Windows 8.1意识到我的Delphi应用程序想要支持Per Monitor DPI? - How can I make Windows 8.1 aware that my Delphi application wants to support Per Monitor DPI? 如何使我的delphi应用程序使用FTPS而不是FTP(Indy) - How can I make my delphi application use FTPS instead of FTP (indy) 如何让我的应用程序在监控数百个实时设备时表现良好? - How can I make my application behave well while monitoring hundreds of real-time devices? 如何在默认情况下让Delphi 2009在第二台显示器中打开我的应用程序? - How can I make Delphi 2009 open my application in the second monitor by default? 如何将我的Delphi应用程序的任务栏标题与其主要表单标题分开? - How can I separate my Delphi Application's task bar caption from its main form caption? 如何在不修改每个表单代码的情况下为应用程序中的每个表单添加边框? - How can I add a border to every form in my application without modifying each form's code?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM