Skip to content

Latest commit

 

History

History
75 lines (54 loc) · 1.82 KB

File metadata and controls

75 lines (54 loc) · 1.82 KB
layout home
hero
name text tagline image actions
Gotify
A simple server for sending and receiving messages
src alt
/img/logo.png
Gotify Logo
theme text link
alt
Documentation
/docs/
theme text link
alt
Source Code

The heart of this project. gotify/server features a WebUI and functionality for:

  • sending messages via a REST-API
  • subscribing/receiving messages via a web socket connection
  • managing users, clients and applications

Gotify UI

An Android client for subscribing to the message stream of gotify/server. The app shows push notifications for newly received messages.

Get it on Google Play Get it on F-Droid Download

Google Play and the Google Play logo are trademarks of Google LLC.

Gotify Android

A command line client for pushing messages to gotify/server. It is not required for pushing messages, any HTTP client works. See Push messages.