This repository provides an F# WebSharper binding for the Push API, enabling seamless integration of push notifications into WebSharper applications.
The repository consists of two main projects:
-
Binding Project:
- Contains the F# WebSharper binding for the Push API.
-
Sample Project:
- Demonstrates how to use the Push API with WebSharper syntax.
To use this package in your WebSharper project, add the NuGet package:
dotnet add package WebSharper.Push
- .NET SDK installed on your machine.
-
Clone the repository:
git clone https://github.com/dotnet-websharper/Push.git cd Push
-
Build the Binding Project:
dotnet build WebSharper.Push/WebSharper.Push.fsproj
-
Build and Run the Sample Project:
cd WebSharper.Push.Sample dotnet build dotnet run