File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ # SignalRServerWithCppClient
2
+ A client server application with .Net and Cpp clients working with SignalR server which is console hosted.
3
+
4
+ This repo builds upopn following main repo(https://github.com/Microsoft/cpprestsdk ) to be able to work in C++ just like Task Parallel
5
+ library in .Net. Additionally, I used the preview code to build the C++ signalR client described more in detail:
6
+ https://blog.3d-logic.com/2015/05/20/signalr-native-client/
7
+
8
+ The main idea is to be able to setup a C++ client as well as .Net client almost in same ways who get progress update from a server in a
9
+ live way as data becomes available.
10
+
11
+ In production code we connect old legacy code in C++, with new applications build on .Net to come together in doing cross-process
12
+ communications.
13
+
14
+
You can’t perform that action at this time.
0 commit comments