netcorekit

A crafted toolkit for building cloud-native apps on the .NET platform

MIT License

Stars
288
Committers
3

Bot releases are hidden (Show)

netcorekit - Work with dotnet-2.1 Latest Release

Published by thangchung almost 6 years ago

This is a version which works with dotnet-2.1

netcorekit - The snapshot of the demo in Sep 2018 in .NET Conf. Event

Published by thangchung about 6 years ago

The demo includes 3 parts: the WebAPI, the SignalR server and the WebNotifier (Blazor)

  • WebAPI: allows us to create a project and tasks, then publish an event (Protobuf) to the Kafka Bus
  • SignalR Server: subscribe to the Kafka Bus, if any then it will get the message, convert it to notification and push it using SignalR
  • WebNotifier: uses Blazor + SignalR client to listen to the push message from the SignalR Server, if there is any message it will display it to the UI.