Fix typo web socket -> WebSocket

This commit is contained in:
Mike Hatch 2019-03-14 11:53:23 -05:00 committed by Jannis Mattheis
parent 6e92bcd8e5
commit 3e8abdefa7
1 changed files with 2 additions and 2 deletions

View File

@ -28,14 +28,14 @@
</p>
## Intro
We wanted a simple server for sending and receiving messages (in real time per web socket). For this, not many open source projects existed and most of the existing ones were abandoned. Also, a requirement was that it can be self-hosted. We know there are many free and commercial push services out there.
We wanted a simple server for sending and receiving messages (in real time per WebSocket). For this, not many open source projects existed and most of the existing ones were abandoned. Also, a requirement was that it can be self-hosted. We know there are many free and commercial push services out there.
## Features
<img alt="Gotify UI screenshot" src="ui.png" align="right" width="500px"/>
* send messages via REST-API
* receive messages via web socket
* receive messages via WebSocket
* manage users, clients and applications
* [Plugins](https://gotify.net/docs/plugin)
* Web-UI -> [./ui](ui)