Skip to content

Commit 1985fe9

Browse files
authored
Create README.md
1 parent aaf6be4 commit 1985fe9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+

0 commit comments

Comments
 (0)