├── .gitignore ├── README.md ├── package.json ├── public └── index.html ├── server.js └── touchdesigner └── WebSocketApp.toe /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodai100/WebSocketWithTouchDesigner-WS/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodai100/WebSocketWithTouchDesigner-WS/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodai100/WebSocketWithTouchDesigner-WS/HEAD/package.json -------------------------------------------------------------------------------- /public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodai100/WebSocketWithTouchDesigner-WS/HEAD/public/index.html -------------------------------------------------------------------------------- /server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodai100/WebSocketWithTouchDesigner-WS/HEAD/server.js -------------------------------------------------------------------------------- /touchdesigner/WebSocketApp.toe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodai100/WebSocketWithTouchDesigner-WS/HEAD/touchdesigner/WebSocketApp.toe --------------------------------------------------------------------------------