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
- Host: GitHub
- URL: https://github.com/ethiel97/adonis-push-notifications
- Owner: Ethiel97
- Created: 2018-10-07T01:07:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T14:09:15.000Z (over 6 years ago)
- Last Synced: 2025-02-07T17:38:38.085Z (4 months ago)
- Topics: adonisjs, nodejs, push-notifications, pusher, pusher-channels, pusher-js
- Language: JavaScript
- Size: 266 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Send push notifications to your browser with Adonis.js and Pusher channels.

## Getting Started
Make sure you have `npm` and `yarn` on your local machine1. 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