add information about content client provider to readme
This commit is contained in:
@@ -35,3 +35,14 @@ For example, you want to create content named `MyFormat`. To do this, you must p
|
||||
```kotlin
|
||||
singleWithRandomQualifier<ContentSerializersModuleConfigurator.Element> { MyFormatContentSerializerModuleConfigurator }
|
||||
```
|
||||
|
||||
## Client
|
||||
|
||||
**Currently, this information is actual only for JS (browser) clients. Other client platforms will be added later**
|
||||
|
||||
Besides, you may (and it is strongly recommended to) create your own client `ContentClientProvider` realization.
|
||||
This realization will contain all main functions for drawing of content on the client side.
|
||||
|
||||
## Server
|
||||
|
||||
On the server side it is required to
|
||||
|
||||
Reference in New Issue
Block a user