Is there any way to run the server-side nodeJS
code in Tizen-studio
? I need to use the dns
module of nodeJS and I can't get to use require.js
for using the dns
module in my client-side javascript code ? So, can someone suggest how to use a node
module using require.js
?
This Tutorial may help you to create and running NodeJS application on Tizen. Also follow this thread.