Info
| Version: | 0.0.15 | 
| Author(s): | Dmytro Zhukovetskyi | 
| Last Update: | Friday, October 2, 2015 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://nuget.org/packages/WebRPC | 
| NuGet Url: | https://www.nuget.org/packages/WebRPC | 
Install
Install-Package WebRPC
                        dotnet add package WebRPC
                        paket add WebRPC
                        
                                WebRPC Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- AjaxMin(5.14.5506.26202)
- Newtonsoft.Json(6.0.8)
 
                
Allow creation of singlepage web apps (like ExtJs ones) without ASP.NET knowlange.
Library provides two HttpHandlers:
1.
RPCHttpHandler for requests to specific functions.
2. StartupHandler, as extension of RPCHttpHandler, additionally handle file requests and provide entering point for single page applications.