Skip to content

gitunes/Notiflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notiflow

Using firebase push notification dotnet core with rabbitmq and rest services

Notiflow is designed to make to send Push Notification using Google's Firebase Cloud Messaging

Implemented for:

  • .Net Core
  • RabbitMq
  • Masstransit

Installation

Install rabbit mq server for docker

docker run -d --hostname my-rabbit --name myrabbit -e RABBITMQ_DEFAULT_USER=admin -e RABBITMQ_DEFAULT_PASS=123456 -p 5672:5672 -p 15672:15672 rabbitmq:3-management

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages