Consuming SharePoint List (SPList) Data in Windows 8 HTML/JS app



Consuming SharePoint Data in Windows 8 HTML/JS app using SP Client Object Model
SharePoint offers different models for developing business solutions i.e.

SP Client Object Model enables to create SharePoint solutions that run remotely from the SharePoint server farm.
HTML/JS based Windows8 app can access data by consuming asmx or REST services directly but client object model offers more features
Detailed information on this project is available here: WindowsAppForSharepoint.