dotNetify is an open source project that let's you build web apps on a C# .NET backend. Use this tag questions referring to the usage of the project, not for questions about the project itself
Questions tagged [dotnetify]
4 questions
7
votes
1 answer
Is it safe to create multiple Kestrel instances inside 1 process?
We are building an orchestrator within a micro-service architecture. We chose websockets as the RPC protocol, to set up a streaming pipeline which can be scaled by a websocket capable server like Kestrel. This orchestrator will primarily be running…

Tw Bert
- 3,659
- 20
- 28
3
votes
2 answers
How to serialize runtime added "properties" to Json
I implemented the possibility to add "properties" at runtime to objects with special SystemComponent.PropertyDescriptor-s.
Due to the fact that these properties are only accessible with the ComponentModel.TypeDescriptor and not via Reflection, the…

Felix Keil
- 2,344
- 1
- 25
- 27
1
vote
1 answer
modifying dotnetify react js to use in cordova application (change path of dotnetify.react.connect)
I am using React app that wraps DotNetify around Cordova to build iOS and Android app.
Dotnetify connects to a WebSocket Server at given URL, we need to define based on build web or Cordova what is the host URL to connect to the Socket/SignalR…

behnam shateri
- 1,223
- 13
- 18
1
vote
0 answers
How to manually authorize IdentityServer4 implicit granttype with dotnetify?
I'm trying to implement .net core WebAPi + SignalR chatting server with vue.js client.
While I can find many references using SignalR and IdentityServer4, I found this useful library called dotnetify.
The doetnetify author describes how to…

Hyounoo Sung
- 59
- 6