I was using socket in basicUI template.
But after I move my code basicUI to TAU Basic template, socket is not work.
Tizen studio gave me an error message: 'app.js (1) :ReferenceError: Can't find variable: io'
and my code is just: 'var socket = io('http://192.198....');'
I use same js, html code and previlege.
Is there anything I forgot?