UNPKG

@klaemo/tuio-server

Version:

Server part of Tuio.js, a JavaScript implementation of the TUIO library for multitouch and tangible interaction in the web browser.

14 lines (10 loc) 202 B
'use strict' var express = require('express') var tuio = require('../') var app = express() var server = app.listen(5000) tuio().init({ oscPort: 3333, oscHost: '0.0.0.0', socketPort: server })