A Flash Developer Resource Site

Results 1 to 2 of 2

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

Threaded View

  1. #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