Contents | Index | Previous | Next

Manual

This tutorial teaches, step by step, the use and capabilities of JavaScript interface for Tango. Each of the following chapters presents one or a few aspects of programming for Tango in JavaScript. The consecutive chapters show gradually more and more complex problems and their solutions. Usually, to understand the ideas presented in any given chapter the knowledge of the previous chapters is required.

Since the JavaScript API closely reflects the Java API, those who are already familiar with Java interface will find obvious Chapters 0 through 4. They might find it useful to take a look at the Appendix B: Quick intro for users of Tango Java API, but shall discover new possibilities in Chapter 5 and 6.

The material in the tutorial is illustrated with a simple chat application. Bald is used to highlight taught concepts in code listings.