Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamizhvendan/a-hybrid-app
An hybrid app that demonstrate how we can harness node.js in an ASP.NET MVC application
https://github.com/tamizhvendan/a-hybrid-app
Last synced: 3 days ago
JSON representation
An hybrid app that demonstrate how we can harness node.js in an ASP.NET MVC application
- Host: GitHub
- URL: https://github.com/tamizhvendan/a-hybrid-app
- Owner: tamizhvendan
- Created: 2012-06-01T16:17:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-01T18:20:26.000Z (over 12 years ago)
- Last Synced: 2024-11-23T04:41:50.308Z (2 months ago)
- Size: 224 KB
- Stars: 10
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A-hybrid-app
=============A sample web application that demonstrate how we can harness node.js in an ASP.NET MVC application.
## Steps to Run
###Node.js
* Clone the repository
* Navigate to nodejs directory
* run "npm install"
* run "node app.js"###ASP.NET MVC3
* Clone the repository if it is not cloned already
* Navigate to asp-net-mvc3 directory
* Open the MvcApplication solution in Visual Studio
* Run the application from the Visual Studio (You can also host on your local iis server if you wish)For more details refer [my blog](http://sweettam.blogspot.in/2012/06/hybrid-application-using-aspnet-mvc3.html)