Skip to content

dotnet-websharper/PushAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebSharper Push API Binding

This repository provides an F# WebSharper binding for the Push API, enabling seamless integration of push notifications into WebSharper applications.

Repository Structure

The repository consists of two main projects:

  1. Binding Project:

    • Contains the F# WebSharper binding for the Push API.
  2. Sample Project:

    • Demonstrates how to use the Push API with WebSharper syntax.

Installation

To use this package in your WebSharper project, add the NuGet package:

   dotnet add package WebSharper.Push

Building

Prerequisites

Steps

  1. Clone the repository:

    git clone https://github.com/dotnet-websharper/Push.git
    cd Push
  2. Build the Binding Project:

    dotnet build WebSharper.Push/WebSharper.Push.fsproj
  3. Build and Run the Sample Project:

    cd WebSharper.Push.Sample
    dotnet build
    dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages