A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Best platform for setting up a chat room ???

  1. #1
    Junior Member
    Join Date
    Jan 2002
    Posts
    11

    Best platform for setting up a chat room ???

    Hi all,

    I was wondering if anyone could offer some advice. I am developing a message board using Flash, PHP, SQL and MySQL. This application, together with the clients website is hosted on a UNIX server at an ISP. The client wishes to develop a chat room facility. What technologies would you suggest using that would be compatible with the above set up. Both the message boards and the chat room will need to share the same Username/password database.

    Any tips here would be greatly appreciated.

    Cheers,

    MAG.

  2. #2
    Senior Member
    Join Date
    Apr 2001
    Posts
    296
    Java is probably the easiest and most robust way to develop a chat server application, depending on your outlook, but PHP and PERL have socket functionality that you can use and will be adequate for a chat room. PHP's socket functionality is 'experimental' but that doesn't mean it's unreliable. Go to www.php.net and search for 'socket' in the function list.

    if you're a masochist, you can write one in C, but I wouldn't recommend it
    Last edited by bobajobrob; 10-16-2002 at 06:14 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center