Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 391 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 391 Bytes

TUIOjs

Javascript TUIO client library.

This library uses a connector to receive the TUIO data. Currently, there are two connectors available:

  • npTuioClient based connector. Check it's project page to see how it works.

  • Stomp based connector. This connector uses XHR to get events from a Stomp server.