| author | bastiena |
| Fri, 06 Apr 2012 18:32:13 +0200 | |
| changeset 25 | a7b0e40bcab0 |
| permissions | -rw-r--r-- |
| 25 | 1 |
TUIOjs |
2 |
====== |
|
3 |
||
4 |
Javascript TUIO client library. |
|
5 |
||
6 |
This library uses a connector to receive the TUIO data. Currently, |
|
7 |
there are two connectors available: |
|
8 |
||
9 |
* [npTuioClient](http://github.com/fajran/npTuioClient) based |
|
10 |
connector. Check it's project page to see how it works. |
|
11 |
||
12 |
* Stomp based connector. This connector uses XHR to get events from a |
|
13 |
[Stomp](http://stomp.codehaus.org/) server. |
|
14 |
||
15 |