VB.NET:为我的论坛创建聊天应用程序需要什么?
我拥有一个在线论坛: 具有MySQL数据库支持、域名和MyBB论坛软件的主机服务器。
我想创建一个应用程序,让我的用户登录并聊天。
但我却一无所知。我需要什么?我有自己的在线数据库和主机等等......什么是一个好的开始?
I own an online forum:
A host server with MySQL database support, domain name, and, MyBB forum software.
I want to create an application that will let my users log in, and, well, chat.
But I am clueless. What do I need? I have my own database online and host and everything so... What is a good start?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了不重新发明轮子,我建议您使用现有的解决方案之一。例如这个(AJAX 聊天应用程序。基于 PHP 和 MySQL 构建)。
MyBB 论坛似乎还有一个聊天模块。 了解更多。
——帕维尔
In order not to reinvent the wheel I'd suggest you to use one of existing solutions. For example this one (AJAX chat application. Built on top of PHP and MySQL).
Also there seem to be a chat module for MyBB forum. Read more.
-- Pavel