Home     PHP / Javascript / Ajax
PHP Visual Javascript Chat Script

PHP Script Codes > miscellaneous

Visual Javascript Chat Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 6644

PHP Script Codes > Visual Javascript Chat
AJAX, with all its constant polling, is a pretty weak approach to chat. This visual chatroom uses javascript, sockets, and dhtml to connect live to a server. A flash to javascript tool called AFLAX (from the Aptana people) handles the socket connection. DHTML allows you to move your avatar around and chat in a virtual "room," while a perl-based server handles the backend socket server stuff.

This is a good example of how to wire together users live over the internet, without resorting to flash or java.