Is it possible to make an app in Javascript Windows store app (hosted on Windows 8) like ASP.Net or ASP MVC that works the same way as they do over the internet for different OSs and Browsers?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
WinJS can only be used in a windows store application on the client. In certain situations, I can used in code delivered to the client via the server.
However running on the server as the server side script technology isn’t possible today.
That stated there’s nothing stoping you from trying to run the code in a node.js style environment, merely by picking up the js files and seeing where you get.