I read both of these thread:
Which make me confused!
what I want to do is create a Azure table storage in windows 8 app.
But by learn Mobile service I only find this sample:
It seems I can only CRUD storage tables with Mobile service with Node.js.
But I don't know how to create a table in that server script.
I want to use some thing like this:
http://www.windowsazure.com/en-us/develop/nodejs/tutorials/web-app-with-storage/
How can directly use this in windows 8 app?
I only can use Node.js on the server side. I use mobile service, Although I don't like to debug on server side.