0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-16 00:48:26 +02:00

Tweak README. [ci skip]

This commit is contained in:
Jason Volk 2019-12-03 18:51:12 -08:00
parent cff6a3b5d2
commit eb823847de

View file

@ -21,17 +21,16 @@ to some arcane retro-environment.
</a> </a>
**This is the Construct** — Federated team collaboration built with the **This is the Construct** — Federated team collaboration built with the
[WASM Virtual Machine](https://webassembly.org). Clients and servers implement a [WASM Virtual Machine](https://webassembly.org). Construct makes the chat room programmable.
minimal ABI based on their capabilities while the community at large builds all
features as modules. Construct makes the chat room programmable.
Applications govern all their basic functions. Everything from the appearance of a room as seen by Applications govern all their basic functions. Everything from the appearance of a room as seen by
users to some continuous-integration running in the background for developers users to some continuous-integration running in the background for developers
is customizable by embedding apps around your room. is customizable by embedding apps around your room.
A variety of apps have already been created by developers for their own needs. Clients and servers implement a minimal ABI based on their capabilities while
Most choose to make them available to the community, licensed as free the community at large builds all features as apps. A variety of apps have
software. This is a powerful construct, as you can import these apps to enrich already been created by developers for their own needs. Most choose to make
your own rooms. them available to the community, licensed as free software, so you can import
them and enrich your own rooms.
## Installation ## Installation