This is a simple application kick-off to provide communication features for any kind of application. It is a demostration app., so it has very simple implementation. This is the host application which is an ASP.NET Core(v2.1) application.
Some features;
- The main behaviour is done with ASP.NET Core v2.1 and SignalR
- Messages between a client and a host is stored in DB
- EF Core 2.1 is used for data operations
- Not all messages are shared with everyone, host per client can talk.
- Host can update her status
- For an example, a Wordpress page template is demonstrated, to show client applications can be any web based language.
- It's just for fun 😃 I will add new features soon.
- New concepts are going to be demostrated as Unit testing, DI, IoT related things, UWP app. and some ML related things.
- This app. can run on Azure and also on Linux
- Did I mention that it's just for fun 😃 😃
- Want to add some new interesting idea? Don't hesitate, you know what to do 😃
Happy coding... 😉