fix: added second language to Novu under notification management

This commit is contained in:
Sumit Saurabh 2022-12-14 23:56:46 +05:30
parent 147d5b6959
commit 5d4dadabc8

View file

@ -1428,7 +1428,7 @@ _Related: [Wikis](#wikis)_
A [notification system](https://en.wikipedia.org/wiki/Notification_system) is a piece of software that provides a means of delivering a message to a set of recipients.
- [Gotify](https://gotify.net/) - a simple server for sending and receiving messages. ([Source Code](https://github.com/gotify/server)) `Go` `Typescript`
- [Novu](https://novu.co/) - Notification management simplified! The ultimate service for managing multi-channel notifications with a single API for all message providers (Email, SMS, Push, Chat). Novu comes with a CMS for advanced layouts and design management and is easy to set up and integrate with existing providers. ([Source Code](https://github.com/novuhq/novu)) `MIT` `Typescript`
- [Novu](https://novu.co/) - Notification management simplified! The ultimate service for managing multi-channel notifications with a single API for all message providers (Email, SMS, Push, Chat). Novu comes with a CMS for advanced layouts and design management and is easy to set up and integrate with existing providers. ([Source Code](https://github.com/novuhq/novu)) `MIT` `Typescript``Javascript`
- [ntfy](https://ntfy.sh/) - ntfy (pronounce: notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, entirely without signup, cost or setup. ([Source Code](https://github.com/binwiederhier/ntfy)) `Apache-2.0` `Go` `Javascript`