Hi guys,
I've been playing around with SignalR and it seems like a really cool protocol. I have an application that upload race data over TCP/IP V2 to a server application, its Mylaps I am using. I want to see if I can take the raw data and show it in a html page?
Is there any sample code? I've been trying the SignalR chat application but it doesn't really work, unless I modify it maybe?
Once I have the data I will parse it to an SQL server or similar database.
Thanks guys