From: Christopher Date: Sat, 21 Mar 2020 01:26:44 +0000 (-0500) Subject: update README X-Git-Url: http://git.entropealabs.com/?a=commitdiff_plain;h=45d4292d05a2972dbb297b117317e63d899e245d;p=wampex_router.git update README --- diff --git a/README.md b/README.md index 1aefc65..5c1f280 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,15 @@ ClusterKV utilizes [libring](https://github.com/bitwalker/libring) and [libclust This is used for session level things like subscriptions and registrations. -For persistant data such as users, realms, roles, device shadows, etc it utilizes CockroachDB. It uses the ecto and the postgres driver, so it should be compatible with a Postgresql server as well (not tested). +For persistant data such as users, realms, roles, device shadows, etc it utilizes CockroachDB. It uses Ecto and the postgrex driver, so it should be line compatible with a Postgresql server as well (not tested). The Basic Profile is fully supported, as is "wampcra" authentication. In fact, you must authenticate in order to interact with the server. -There are several admin routes available by default to create users and roles. `admin.create_user` and `admin_create_realm` +There are several admin routes available by default to create users and roles. `admin.create_user` and `admin.create_realm` ## Advanced Profile -In addition to authentication, prefix and pattern matching are also supported for PubSub subscriptions. +In addition to authentication, [pattern-based subscriptions](https://wamp-proto.org/_static/gen/wamp_latest.html#pattern-based-subscriptions) are also supported. Initial support for progressive call results for RPC is also available.