3.0.3 • Published 5 years ago

@xyzblocks/web-notifications-server v3.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@xyzblocks/web-notifications-server

Web Notifications Server

Build Status

Installation

npm install @xyzblocks/web-notifications-domain @xyzblocks/web-notifications-server --save

npm.io

API

  • function webNotificationsServer(notificationRepository: INotificationRepository, subscriptionService: SubscriptionService): express.Router

Getting Started

const app: express.Application = express();

app.use(
  webNotificationsServer(
    new InMemoryNotificationRepository(),
    new SubscriptionService(new InMemoryNotificationRepository(), new InMemorySubscriptionRepsitory()),
  ),
);

app.listen(3000);

Browse Swagger Documentation via http://localhost:3000/swagger/

Browse Demo Page via http://localhost:3000/demo/

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago