update readme

This commit is contained in:
Bevan Hunt 2020-02-03 09:07:55 -08:00
parent 3d04ea322b
commit 8d8a681d99
4 changed files with 7 additions and 5 deletions

2
Cargo.lock generated
View File

@ -113,7 +113,7 @@ dependencies = [
[[package]]
name = "broker"
version = "4.2.7"
version = "4.2.8"
dependencies = [
"Inflector 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)",
"bcrypt 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "broker"
version = "4.2.7"
version = "4.2.8"
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
edition = "2018"
license = "MIT"

View File

@ -47,10 +47,12 @@ The side-effect of this system is that the latest event is the schema. Old event
### Broker FAQ
* Why compete against Parse Server and Firebase?
* [Firebase](https://firebase.google.com/) is not open-source, is not free, and has complicated pricing. [Parse Server](https://github.com/parse-community/parse-server) doesn't have real-time features and is about 30,000 LOC of JS.
[Firebase](https://firebase.google.com/) is not open-source, is not free, and has complicated pricing. [Parse Server](https://github.com/parse-community/parse-server) doesn't have real-time features and is about 30,000 LOC of JS.
* Will broker work with mobile apps?
* Yes with React Native. There may be native 3rd party libraries for SSE that work. In the future official libraries may be made available for native platforms.
Yes with React Native. There may be native 3rd party libraries for SSE that work. In the future official libraries may be made available for native platforms.
### API

View File

@ -1,6 +1,6 @@
name: broker # you probably want to 'snapcraft register <name>'
base: core18 # the base snap is the execution environment for this snap
version: '4.2.7' # just for humans, typically '1.2+git' or '1.3.2'
version: '4.2.8' # just for humans, typically '1.2+git' or '1.3.2'
summary: Real-time BaaS (Backend as a Service) # 79 char long summary
description: |
The purpose of this library is to be your real-time BaaS (Backend as a Service).