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

发布于 2024-10-06 04:12:33 字数 359 浏览 0 评论 0原文

我如何为我的网站制作一个类似于 Yahoo! 的实时客户端聊天应用程序?信使但仅基于文本,或者我想制作一个简单的程序仅用于发送和接收短信(不需要实时语音传输,...)?

我有一个带有 sql server 数据库的网站(ASP.NET 网站),在我的网站中用户可以注册(注册)它。 我想为我网站的所有用户制作一个客户端聊天程序(如雅虎信使),他们用它进行实时聊天。 这意味着我有一个服务器和一个 SQL Server 数据库,所有用户都在这个数据库中。我想制作一个应用程序,以便能够获取用户名和密码并登录聊天室,...

我如何制作具有此功能的应用程序?我可以使用 IRC 吗? 有开源软件可供使用吗?

我用Delphi XE 编程。

谢谢。

How i can to make a live client chat application for my website similar 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 , ... )?

I have a website with sql server database (ASP.NET site), in my website user's can sign-up(register) it.
I want to make a client chat program(like Yahoo messenger) for all my website's user, and they use it for live chat.
This means i have a server and a SQL Server DB, all user's resisted in this database. 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?
There are a open-source software for use it?

I programming with Delphi XE.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

傲性难收 2024-10-13 04:12:33

另一种选择是使用 Delphi 附带的 Indy 组件来推出您自己的组件。实际上有一个 Indy 聊天演示可用。 (从他们的 SVN 演示存储库中获取:https://svn.atozed.com:444/svn/Indy10Demos

如何访问其 SVN 存储库的说明:http://www.indyproject.org/Sockets/Download/svn.EN.aspx" indyproject.org/Sockets/Download/svn.EN.aspx

Another option is to roll your own with Indy components that come with Delphi. There's actually an Indy chat demo available. (grab from their SVN demo repo: https://svn.atozed.com:444/svn/Indy10Demos)

Instructions how to access their SVN repositories: http://www.indyproject.org/Sockets/Download/svn.EN.aspx

浪荡不羁 2024-10-13 04:12:33

您可以购买一些组件库来帮助完成该项目。其中之一来自 AidAim 软件:

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

另一个值得关注的选项来自 Eldos:
http://www.eldos.com/msgconnect/

There are a few component libraries that you can buy to help with this project. One of them is from AidAim software:

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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文