Ooui-tws-port/PlatformSamples/AspNetCoreMvc
Frank A. Krueger f05f232d5b Fix returning to pages without re-requesting them
Chrome likes to cache HTML and was making a new web socket
request without first requesting a new page. The server however
expires a web socket url after its first use.

To fix this, web socket urls have a rolling cache policy and
can be reconnected to.

Fixes #52
2018-02-01 15:09:37 -08:00
..
Controllers Rename events to be DOM names (fix #41) 2017-12-10 15:07:33 -08:00
Models Add ASP.NET Core MVC sample 2017-11-09 18:54:50 -08:00
Properties Added Xuzzle sample 2017-12-12 21:22:13 +01:00
Views Fix returning to pages without re-requesting them 2018-02-01 15:09:37 -08:00
wwwroot Organize the website 2017-11-09 22:02:36 -08:00
.bowerrc Add ASP.NET Core MVC sample 2017-11-09 18:54:50 -08:00
AspNetCoreMvc.csproj Bump Xamarin.Forms to 2.5.0.122203 2018-02-01 14:12:53 -08:00
Program.cs Use command line args when configuring the server 2017-11-15 22:01:51 -06:00
Startup.cs Add BoxViewClock sample 2017-11-15 21:59:12 -06:00
appsettings.Development.json Add ASP.NET Core MVC sample 2017-11-09 18:54:50 -08:00
appsettings.json Add ASP.NET Core MVC sample 2017-11-09 18:54:50 -08:00
bower.json Add ASP.NET Core MVC sample 2017-11-09 18:54:50 -08:00
bundleconfig.json Add ASP.NET Core MVC sample 2017-11-09 18:54:50 -08:00