Sparrow is a libre front-end forum software powered by the Matrix protocol and using a Matrix homeserver as its back-end
Brendan Abolivier c3fc53f20a Merge pull request #6 from babolivier/develop 7 yıl önce
src Setup dev env and poc 7 yıl önce
.editorconfig Setup dev env and poc 7 yıl önce
.gitignore Setup dev env and poc 7 yıl önce
LICENSE.txt README + LICENSE 7 yıl önce
README.md Add build instructions 7 yıl önce
package-lock.json Minify + add babel 7 yıl önce
package.json Add build status badge to README and fix module version 7 yıl önce
webpack.config.js Minify + add babel 7 yıl önce

README.md

Sparrow

Build Status

Sparrow is a front-end forum software using a Matrix homeserver as its back-end. This means that, as long as you have a homeserver set up somewhere, hosting Sparrow will only consist in serving its front-end content and pointing it to the said homeserver.

N.B.: Although this is technically possible, it is highly recommended not to point Sparrow to the matrix.org homeserver, as the computation of the list of topic will be made really slow because of the number of public rooms on this server and the current performances of the Matrix public rooms directory computation in Synapse.

Development status

This project is still under heavy development, and might change in a drastic way without any warning. It is far from being ready for production.

Build

git clone https://github.com/babolivier/sparrow
cd sparrow
npm install
npm run build

Contribute

Coming soon (even though I hate READMEs saying that)...

Get in touch

You can join the chat on Sparrow by joining the #sparrow:matrix.org room on Matrix. If you prefer to get in touch privately, you can drop an email at sparrow@brendanabolivier.com.