Skip to content

Commit a2bae7f

Browse files
committed
[v1.0.0] Lib.Net.Http.WebPush
1 parent e4bb893 commit a2bae7f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Lib.Net.Http.WebPush
2+
[![NuGet version](https://badge.fury.io/nu/Lib.Net.Http.WebPush.svg)](http://badge.fury.io/nu/Lib.Net.Http.WebPush)
3+
24
Lib.Net.Http.WebPush is a library which provides a [Web Push Protocol](https://tools.ietf.org/html/rfc8030) based client for Push Service. It provides support for [Voluntary Application Server Identification (VAPID) for Web Push](https://tools.ietf.org/html/rfc8292) and [Message Encryption for Web Push](https://tools.ietf.org/html/rfc8291).
35

6+
## Installation
7+
8+
You can install [Lib.Net.Http.WebPush](https://www.nuget.org/packages/Lib.Net.Http.WebPush) from NuGet.
9+
10+
```
11+
PM> Install-Package Lib.Net.Http.WebPush
12+
```
13+
14+
## Demos
15+
16+
There is a demo project available [here](https://github.com/tpeczek/Demo.AspNetCore.PushNotifications).
17+
418
## Donating
519

620
My blog and open source projects are result of my passion for software development, but they require a fair amount of my personal time. If you got value from any of the content I create, then I would appreciate your support by [buying me a coffee](https://www.buymeacoffee.com/tpeczek).

0 commit comments

Comments
 (0)