Skip to content

Commit 79eafef

Browse files
Gourav DwivediGourav Dwivedi
authored andcommitted
readme file modified
1 parent 578327b commit 79eafef

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# 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.
33

44

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.
66

77
<p align="center">
88
<img src="./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
2222

2323
## Basic Understanding of:
2424

25-
Before using this should, you should be know few concepts about:
25+
Before using this tool, you should be know few concepts about:
2626

2727
- [What is Asp.Net Core?](https://dotnet.microsoft.com/learn/aspnet/what-is-aspnet-core)
2828
- [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:
3232

3333
#Prerequsit
3434

35+
# How it works?
36+
37+
SignalR Web Client have two views:
38+
1. Basic
39+
2. Advance
40+
3541

3642
# How it works?
3743

@@ -98,6 +104,16 @@ Nothing is perfect. Same rule goes to this tool also.
98104
Then, just open a [new clear and descriptive issue](../../issues/new).
99105

100106

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".
114+
-
115+
116+
101117
## License
102118

103119
[MIT License](https://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)