You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# SignalR-Web-Client
2
-
ASP.Net Core Signal-R Web Client is based on JavaScript
2
+
ASP.NET Core Signal-R is a JavaScript based Web Client.
3
3
4
4
5
-
This is a UI based SignalR client. It is a debugging tool to test ASP.Net Core SignalR hubs. Using this tool, we can send the data to the SignalR hub and receive the response emit from the SignalR Hub. This tool is design for dotnet developer to make their life easier when they work with SignalR.
5
+
It is a debugging tool to test ASP.Net Core SignalR hubs. This is a UI based SignalR client. Using this tool, we can send the data to the SignalR hub and receive the response from the SignalR Hub. This tool is design for dotnet developer to make their life easier when they work with SignalR.
6
6
7
7
<palign="center">
8
8
<imgsrc="./src/images/SignalR-Web-Client.jpg" >
@@ -22,7 +22,7 @@ This is a UI based SignalR client. It is a debugging tool to test ASP.Net Core S
22
22
23
23
## Basic Understanding of:
24
24
25
-
Before using this should, you should be know few concepts about:
25
+
Before using this tool, you should be know few concepts about:
26
26
27
27
-[What is Asp.Net Core?](https://dotnet.microsoft.com/learn/aspnet/what-is-aspnet-core)
28
28
-[What is SignalR in Asp.Net Core?](https://docs.microsoft.com/en-us/aspnet/core/signalr/introduction?view=aspnetcore-3.0)
@@ -32,6 +32,12 @@ Before using this should, you should be know few concepts about:
32
32
33
33
#Prerequsit
34
34
35
+
# How it works?
36
+
37
+
SignalR Web Client have two views:
38
+
1. Basic
39
+
2. Advance
40
+
35
41
36
42
# How it works?
37
43
@@ -98,6 +104,16 @@ Nothing is perfect. Same rule goes to this tool also.
98
104
Then, just open a [new clear and descriptive issue](../../issues/new).
99
105
100
106
107
+
## How to integrate?
108
+
109
+
1. Create a new project.
110
+
File -> New -> Project -> Select "ASP.NET Core Web Application"
111
+
112
+
2. Now we have to create hub.
113
+
- Create a folder "Hubs". Inside that folder, create a file called "TestHub.cs".
0 commit comments