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.