May 19th in Comet, Patterns and Practices, Tutorial by Volkan Özçelik . 2 comments .
Creating A Mobile JavaScript Chat – Part 2: The Client
In the former posts we’ve created a simple AJAX Comet Chat Server, and an AJAX Timeout Controller which implements an Observer interface. In this part of the series, we’re going to create a JavaScript client that communicates with our Comet Server. The User Interface Let’s start with a simple UI: …
Continue Reading
