11 lines
275 B
Markdown
11 lines
275 B
Markdown
|
# The Frontend for pslink
|
||
|
|
||
|
This part of `pslink` is the wasm binary for the frontend of `pslink`.
|
||
|
|
||
|
It provides:
|
||
|
* a login screen
|
||
|
* management for links
|
||
|
* management for users
|
||
|
* switching the language
|
||
|
|
||
|
The wasm binary communicates via a REST-JSON-Api with the server.
|