Giter Site home page Giter Site logo

shadowjonathan / axiom Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 15 KB

Python Matrix Homeserver implementation aimed for easy prototyping and experimentation

License: European Union Public License 1.2

Python 90.97% Shell 9.03%
matrix-protocol matrix-homeserver

axiom's Introduction

axiom

A minimal Matrix Homeserver implementation for testing and prototyping.

It's objective is to provide a codebase that is easy for developers to fork and iterate prototyping

It is not intended to be a heavily-used or stable homeserver implementation, the focus is an easy gate into a matrix feature, stability and master-branch compatibility with the matrix spec and ecosystem comes second.

Licensed under the EUPL

Structure

Most/all axiom classes are intended to be subclassed and implemented for experimental purposes, but there are a few pointers to its intended structure and operational boundaries;

axiom.network contains code for communication, this communication can be capsuled, redirected, or sub-implemented ( e.g. axiom.network.http), but no logic happens here.

axiom.server contains code pertaining to the real "meat and bones" of a matrix server, the "logic".

axiom.storage contains code for storage and retrieval.

All classes provided are intended to be abstract, default implementations may be provided, but ultimately, the goal is to provide a generic framework for matrix-server-oriented prototyping, with specialization in those three sub-modules.

axiom's People

Contributors

shadowjonathan avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

cadair

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.