Fix typo web socket -> WebSocket
This commit is contained in:
parent
6e92bcd8e5
commit
3e8abdefa7
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue