Here we look at some useful javascript calls that the wiki-client can interpret. The examples on this page can be experimented with by typing them as is into your browsers javascript console.
We consider what requests a server must handle in order to participate in wiki's federation. Such a server provides pages without taking responsibility for the client-side javascript conventionally used by federated wiki.
JSON-LD, or JavaScript Object Notation for Linked Data, is a method of transporting Linked Data using JSON - wikipedia ![]()
The __wiki-client__ is the JavaScript running with the browser tab that makes up the wiki application. Wiki runs almost entirely client-side. All the logic is in the client. The only thing the server really needs to do is maintain the static page-json, favicon and sitemap.json.
WebAssembly is a new type of code that can be run in modern web browsers — it is a low-level assembly-like language with a compact binary format that runs with near-native performance and provides languages such as C/C++ with a compilation target so that they can run on the web. It is also designed to run alongside JavaScript, allowing both to work together - developer.mozilla.org ![]()
WebAssembly (__Wasm__) is a new type of code that can be run in modern web browsers — it is a low-level assembly-like language with a compact binary format that runs with near-native performance and provides languages such as C/C++ with a compilation target so that they can run on the web. It is also designed to run alongside JavaScript, allowing both to work together - developer.mozilla.org ![]()
YOUTUBE YQFPAyCgOlI