An open API service indexing awesome lists of open source software.

https://github.com/ethiel97/adonis-push-notifications

Send push notifications to your browser from Adonis backend
https://github.com/ethiel97/adonis-push-notifications

adonisjs nodejs push-notifications pusher pusher-channels pusher-js

Last synced: 2 months ago
JSON representation

Send push notifications to your browser from Adonis backend

Awesome Lists containing this project

README

        

## Send push notifications to your browser with Adonis.js and Pusher channels.

![application screenshot](public/demo_adonis-push-notifications.gif "A live commenting system with Adonis.js, Vue.js and Pusher")

## Getting Started
Make sure you have `npm` and `yarn` on your local machine

1. Clone this repository and cd into it
2. Run `yarn` or `npm install` to download dependencies
3. Set up your [pusher account](https://dashboard.pusher.com/accounts/sign_up)
4. Execute `adonis serve --dev` to run the project in your browser
5. See the [tutorial](https://pusher.com/tutorials/push-notifications-adonis) for useful notes

### Prerequisites

* Adonis
* npm or Yarn
* Pusher account

## Built With

* [Pusher channels](https://pusher.com/channels) - Pusher Channels
* [Adonis](https://adonisjs.com/) - Beautiful Php framework
* [Bootstrap](https://getbootstrap.com) - A beautiful Css framework

##Acknowledgments

[Christian Nwamba tutorial](https://pusher.com/tutorials/adonis-realtime) - Inspiring and useful article