0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-01 09:38:58 +02:00

Update README.

This commit is contained in:
Jason Volk 2018-04-25 18:49:58 -07:00
parent bffff30ac3
commit f6cafd54f3

View file

@ -14,16 +14,12 @@ are now filling the vacuum of innovation. In 2014 a new approach was proposed to
real-time communication for free and open source software: a *federation of networks* known as
*the matrix*.
<h3 align="left">
IRCd has been rewritten for the global federation of networks <br />
</h3>
<h4 align="right">
IRCd has been rewritten for the global federation of networks &nbsp;&nbsp&nbsp;
</h4>
<img align="right" src="https://i.imgur.com/z8ENNrA.png" />
Similar to the legacy IRC protocol's origins, Matrix wisely leverages technologies in vogue
for its day to aid the virility of implementations. A vibrant and growing ecosystem
[already exists](https://matrix.org/docs/projects/try-matrix-now.html).
**This is the Construct** — the first Matrix server written in C++. It is designed to be
fast and highly scalable, and to be community developed by volunteer contributors over
the internet. This mission strives to make the software easy to understand, modify, audit,
@ -31,6 +27,10 @@ and extend. It remains true to its roots with its modular design and having mini
requirements. Even though all of the old code has been rewritten, the same spirit and
_philosophy of its predecessors_ is still obvious throughout.
Similar to the legacy IRC protocol's origins, Matrix wisely leverages technologies in vogue
for its day to aid the virility of implementations. A vibrant and growing ecosystem
[already exists](https://matrix.org/docs/projects/try-matrix-now.html).
## Installation
Getting up and running with Construct is easy. A deployment can scale from as little as
@ -40,7 +40,7 @@ cluster operating in synchrony over a network.
#### Dependencies
- **Boost** (1.61 or later)
- **Boost** (1.66 or later)
Replacing libratbox with the rich and actively developed libraries.
- **RocksDB** (based on LevelDB):