aspnetcore/samples/ChatSample
BrennanConroy 6d642ea5ce
Move Typescript client folder (#1692)
2018-03-22 15:47:08 -07:00
..
Controllers Unbreak the chat sample 2017-06-07 01:02:53 -07:00
Data React to EF API changes 2017-05-24 12:14:56 -07:00
Hubs Removed params from proxy's SendAsync and rename to SendCoreAsync (#1605) 2018-03-16 14:05:22 +13:00
Models React to identity 2017-05-23 14:11:26 -07:00
Services
Views remove bundler/minifier from ChatSample (#1413) 2018-02-13 14:36:58 -08:00
wwwroot remove bundler/minifier from ChatSample (#1413) 2018-02-13 14:36:58 -08:00
.bowerrc
.gitignore Major TypeScript module refactoring (#1319) 2018-01-19 14:26:31 -08:00
ChatSample.csproj Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
HubWithPresence.cs Removed params from proxy's SendAsync and rename to SendCoreAsync (#1605) 2018-03-16 14:05:22 +13:00
IUserTracker.cs Replace ConnectionContext with HubConnectionContext (#629) 2017-07-03 17:44:28 -07:00
InMemoryUserTracker.cs Replace ConnectionContext with HubConnectionContext (#629) 2017-07-03 17:44:28 -07:00
PresenceHubLifetimeManager.cs Don't expose HubConnectionContext on the Hub (#1674) 2018-03-21 10:07:41 -07:00
Program.cs React to AddConfiguration argument change 2017-06-02 15:03:55 -07:00
RedisUserTracker.cs Adding Redis Unit tests (#1013) 2017-10-17 15:48:29 -07:00
Startup.cs Makes MapHub and MapEndpoint consistent with other ASP.NET Core APIs using PathString. #1188 2017-12-13 09:14:36 -08:00
UserDetails.cs
appsettings.json
bower.json
bundleconfig.json
compilerconfig.json
compilerconfig.json.defaults
web.config