{"id":20217953,"url":"https://github.com/matrix-org/bullettime","last_synced_at":"2025-04-10T15:45:42.338Z","repository":{"id":57516503,"uuid":"42685991","full_name":"matrix-org/bullettime","owner":"matrix-org","description":"An experimental golang Matrix homeserver","archived":false,"fork":false,"pushed_at":"2015-09-21T12:14:29.000Z","size":1089,"stargazers_count":32,"open_issues_count":0,"forks_count":6,"subscribers_count":36,"default_branch":"master","last_synced_at":"2025-03-24T13:36:19.148Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matrix-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-17T22:46:34.000Z","updated_at":"2025-01-11T04:03:49.000Z","dependencies_parsed_at":"2022-09-26T18:00:50.363Z","dependency_job_id":null,"html_url":"https://github.com/matrix-org/bullettime","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fbullettime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fbullettime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fbullettime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fbullettime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matrix-org","download_url":"https://codeload.github.com/matrix-org/bullettime/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248243511,"owners_count":21071055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T06:36:36.263Z","updated_at":"2025-04-10T15:45:42.320Z","avatar_url":"https://github.com/matrix-org.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bullettime\n\nAn experimental Matrix homeserver written in Go.\n\nContributions are under the same terms as\nhttps://github.com/matrix-org/synapse/blob/master/CONTRIBUTING.rst\n\n# Starting point from Patrik Oldsberg at Ericsson:\n\nHere's a possible starting point. What's supported so far is basic registration,\nand most of the /rooms, /profile, /presence, and /events API:s.\n\nTo build this the repo should be cloned to $GOPATH/src/github.com/matrix-org/bullettime, then just use `go build .`\n\nSome explanation of the basic structure:\n\n- #### core/\nCore functionality that uses the data structures in the Matrix spec\n    - **db/**\n    Storage abstractions\n\n    - **events/**\n    Event stream implementations, only stream ordering at the moment\n\n    - **interfaces/**\n    Public interfaces that are common among all packages\n\n    - **types/**\n    Types that are common among all other packages\n\n- #### matrix/\nImplementation of the business logic in the Matrix spec, on top of core\n    - **api/**\n    REST api frontend, built on top of services\n\n    - **service/**\n    Glues together core packages and adds business logic.\n\n    - **interfaces/**\n    Public interfaces that are common among matrix packages\n\n    - **types/**\n    Types that are common among matrix packages\n\n- #### test/\nOverarching tests\n\n- #### utils/\nGeneral helper methods\n\n- #### vendor/\nexternal modules, uses Go 1.5 vendor experiment\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatrix-org%2Fbullettime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatrix-org%2Fbullettime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatrix-org%2Fbullettime/lists"}