I've got a kind of picture in my head of how the data traffic is structured in my project. I would like to hear your opinion.
So we have a dedicated server with a Windows Server operating system. This server runs a local MSSQL database that runs with a public ASP.NET Core Web API.
And then a C# WPF application runs on Windows operating system.
And the client communicates with the Web API via JSON tokens.
your opinions?
Thank you