mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 16:46:50 +01:00
Update README.
This commit is contained in:
parent
bffff30ac3
commit
f6cafd54f3
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -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
|
real-time communication for free and open source software: a *federation of networks* known as
|
||||||
*the matrix*.
|
*the matrix*.
|
||||||
|
|
||||||
<h3 align="left">
|
<h4 align="right">
|
||||||
IRCd has been rewritten for the global federation of networks <br />
|
IRCd has been rewritten for the global federation of networks  
|
||||||
</h3>
|
</h4>
|
||||||
|
|
||||||
<img align="right" src="https://i.imgur.com/z8ENNrA.png" />
|
<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
|
**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
|
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,
|
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
|
requirements. Even though all of the old code has been rewritten, the same spirit and
|
||||||
_philosophy of its predecessors_ is still obvious throughout.
|
_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
|
## Installation
|
||||||
|
|
||||||
Getting up and running with Construct is easy. A deployment can scale from as little as
|
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
|
#### Dependencies
|
||||||
|
|
||||||
- **Boost** (1.61 or later)
|
- **Boost** (1.66 or later)
|
||||||
Replacing libratbox with the rich and actively developed libraries.
|
Replacing libratbox with the rich and actively developed libraries.
|
||||||
|
|
||||||
- **RocksDB** (based on LevelDB):
|
- **RocksDB** (based on LevelDB):
|
||||||
|
|
Loading…
Reference in a new issue