0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-15 00:18:34 +02:00

Update README. [ci skip]

This commit is contained in:
Jason Volk 2019-10-11 16:06:03 -07:00
parent b415ec3125
commit 93887a65e7

View file

@ -1,32 +1,37 @@
# This — is The **Construct** # This — is The **Construct**
<a href="share/webapp"> <a href="share/webapp">
<img align="right" src="https://i.imgur.com/TIf8kEC.png" /> <img align="right" src="https://i.imgur.com/TIf8kEC.png">
</a> </a>
It all started in 1988 when Jarkko Oikarinen developed a free and open source server It all started in 1988 when Jarkko Oikarinen developed a free and open source server
at the University of Oulu which facilitated real-time communication over the internet. at the University of Oulu which facilitated real-time communication over the internet.
Its [derivatives](https://upload.wikimedia.org/wikipedia/commons/d/d8/IRCd_software_implementations.png) Its [derivatives](https://upload.wikimedia.org/wikipedia/commons/d/d8/IRCd_software_implementations.png)
have underpinned the major chat networks for decades ever since. have underpinned the major networks for decades.
Due to their age and stagnation since the mid-2000's, a growing number of The protocol has since stagnated, largely abandoned except by evangelists. A
proprietary cloud services have filled the vacuum of innovation. In 2014 a new growing number of proprietary cloud services have filled the vacuum of
approach was proposed to reinvigorate real-time communication for free and open innovation. Free software projects are relegated to collaborating on non-free
source software: a *federation of networks* known as *the matrix*. platforms for a basic rich user experience. The consensus is that decentralization
is needed, and users not be limited
to some arcane retro-environment.
<a href="https://github.com/vector-im/riot-web/"> <a href="https://github.com/vector-im/riot-web/">
<img align="right" src="https://i.imgur.com/DUuGSrH.png" /> <img align="right" src="https://i.imgur.com/DUuGSrH.png" />
</a> </a>
**This is the Construct** — the community's own Matrix server. It is designed to be **This is the Construct** — Federated team collaboration built with the
fast and highly scalable, and to be developed by volunteer contributors over [WASM Virtual Machine](https://webassembly.org). Clients and servers implement a
the internet. This mission strives to make the software easy to understand, modify, audit, minimal ABI based on their capabilities while the community at large builds all
and extend. It remains true to its roots with its modular design and having minimal features as modules. Construct makes the chat room programmable.
requirements. Even though all of the old code has been rewritten, the same spirit and Applications govern all their basic functions. Everything from the appearance of a room as seen by
_philosophy of its predecessors_ is still obvious throughout. users to some continuous-integration running in the background for developers
is customizable by embedding apps around your room.
Matrix is about giving you control over your communication; Construct is about A variety of apps have already been created by developers for their own needs.
giving you control over Matrix. Most choose to make them available to the community, licensed as free
software. This is a powerful construct, as you can import these apps to enrich
your own rooms.
## Installation ## Installation