建议实施Web Chat的最佳实践

问题描述:

I want to develop a good chat in my page, I know how to program in php, actionscript 2 and 3, and how to manage MySQL databases.

So, given that I know to program, what do you suggest? Any good tutorials for making one? good open source projects? Implication of using this technologies in chats?

我想在我的页面中开发一个很好的聊天,我知道如何在php,actionscript 2和3中编程, 以及如何管理MySQL数据库。 p>

所以,鉴于我知道编程,你有什么建议? 制作一个好的教程? 好的开源项目? 在聊天中使用这些技术的含义? p> div>

I would recommend you use IRC - this way you don't have to worry about the server aspect.

Also, you should take a look at this Ajax-based IRC PHP Client:

http://ajaxian.com/archives/mibbit-ajax-based-irc-client

Take a look at this for how other people have implemented something similar. Perhaps consider an IRC backend to avoid creating your own system.