ajax IM
Filed in: VoIP, 網路服務, 軟體 Add comments
最近的 IM 真是無所不再,現在又多出了一個 ajax im
ajax im (“asynchronous javascript and xml instant messenger”) is a browser-based instant messaging client. It uses the XMLHTTPRequest object in JavaScript to send and receive commands to and from the server. No refreshing of the page is ever needed for this “web application” to work, as everything is updated in real-time via JavaScript.
在 ajax im 的網頁裡,有 demo 可以去試玩看看