Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 64db710

Browse files
authored
Update README.md
1 parent b9cd914 commit 64db710

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

‎README.md‎

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
1-
# poc-aspnetcore-angular-signalr-notifications
2-
POC utilizando Signalr em .Net Core com Angular 6
1+
# The SignalR Notifications :sunglasses:
2+
* Sample from SignalR notificatiosn using .Net Core and Angular 2+
3+
4+
## Give a Star! :star:
5+
If you liked the project, please give a star ;)
6+
7+
## You need some of the fallowing tools :exclamation:
8+
9+
- Visual Studio 2019, Visual Studio Code or Rider
10+
- .Net Core 2.X +
11+
- Angular 2+
12+
13+
## Description :books:
14+
- Today's modern apps are expected to deliver up-to-date information without hitting a refresh button. Add real-time functionality to your dashboards, maps, games and more.
15+
- What is real-time functionality? It's the ability to have your server-side code push content to connected clients as it happens, in real-time.
16+
17+
### What can you do with ASP.NET and SignalR ? :bulb:
18+
- While chat is often used as an example, you can do a whole lot more. Any time a user refreshes a web page to see new data, or the page implements Ajax long polling to retrieve new data, it's candidate for using SignalR.
19+
- SignalR also enables completely new types of applications that require high-frequency updates from the server, such as real-time gaming.
20+
21+
## Project folder structure :construction:
22+
23+
|Folder |Goal |
24+
|---|---|
25+
|angular-client |Chat frontend |
26+
|SignalRNotifications |Chat Backend |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /