aspnetcore/samples/ChatSample
Andrew Stanton-Nurse 0579f40a7d
Major TypeScript module refactoring (#1319)
* Build cjs, esm and umd versions
* Split MsgPack into separate module
* Split package.jsons up so they can stay clean
* Move common dev dependencies to a root package.json
2018-01-19 14:26:31 -08:00
..
Controllers Unbreak the chat sample 2017-06-07 01:02:53 -07:00
Data
Hubs Rename InvokeAsync to SendAsync on the server (#1312) 2018-01-19 11:32:50 -08:00
Models
Services
Views Major TypeScript module refactoring (#1319) 2018-01-19 14:26:31 -08:00
wwwroot
.bowerrc
.gitignore Major TypeScript module refactoring (#1319) 2018-01-19 14:26:31 -08:00
ChatSample.csproj Major TypeScript module refactoring (#1319) 2018-01-19 14:26:31 -08:00
HubWithPresence.cs Dynamic Hub Work Part 1 (#636) 2017-07-05 22:55:16 -07: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 Rename InvokeAsync to SendAsync on the server (#1312) 2018-01-19 11:32:50 -08:00
Program.cs
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