A simple, extensible, and cost-effective gateway for all your in-app notifications.
Notiway is a lightweight gateway for in-app notifications. Send structured notifications to one or many recipients with a single API call.
Built with a pluggable architecture, Notiway is cloud-agnostic and runs entirely within your infrastructure. It's fast, cost-effective by default, and scales seamlessly based on connections, load, or message throughput.
All plugins are open source, with support for custom plugins coming soon.
Based on SignalR this gateway offers all necessary functionalities for establishing and maitaining long lived websocket connections which enables us to send notifications from server to any client application
Each gateway instance is stateless and therefore we can scale it infinitely based on number of connections or resource consumption. Synchronization of user actions between instances is automatically handled
Simple and fast architecture with small amount of components ensure cost effectivity. Additionally thanks to pluginable architecture its up to you what kind of support services will be used which can lead to further cost optimizations
Every part except core is part of open source pluginnable architecture. Anything can be replaced with built in or custom implementations. Thanks to that this gateway can work with any cloud provider or even on premise
This gateway have big potential of solving one of common problems of event driven architectures whith many tricks in its sleeve. Discover all of them by yourself.