{"id":22750341,"url":"https://github.com/webix-hub/chat-go","last_synced_at":"2025-04-14T12:54:49.285Z","repository":{"id":146867671,"uuid":"277500573","full_name":"webix-hub/chat-go","owner":"webix-hub","description":"Backed for Webix Chat","archived":false,"fork":false,"pushed_at":"2023-10-10T08:59:16.000Z","size":179,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-28T02:05:09.470Z","etag":null,"topics":["chat","webix","webix-backend","webix-chat"],"latest_commit_sha":null,"homepage":"https://webix.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webix-hub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-07-06T09:35:32.000Z","updated_at":"2023-10-26T19:48:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"85d488ed-152b-47c4-914d-62ced88a25e0","html_url":"https://github.com/webix-hub/chat-go","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/webix-hub%2Fchat-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webix-hub%2Fchat-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webix-hub%2Fchat-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webix-hub%2Fchat-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webix-hub","download_url":"https://codeload.github.com/webix-hub/chat-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248885659,"owners_count":21177627,"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":["chat","webix","webix-backend","webix-chat"],"created_at":"2024-12-11T04:14:06.594Z","updated_at":"2025-04-14T12:54:49.249Z","avatar_url":"https://github.com/webix-hub.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Backed for Webix Chat\n==================\n\n### How to start\n\n#### Run with docker\n\n```bash\n# build binary\nCGO_ENABLED=0 GOARCH=386 go build .\n# run docker\ndocker-compose up -d\n```\n\nthe command will start backend at http://localhost:3000\n\nyou can change the host name and port in docker-compose.yml\n\n#### Standalone run\n\n- create config.yml with DB access config\n\n```\nserver:\n  port: \":8040\"\n  public: \"http://localhost:8040\"\ndb:\n  path: \"./db.sqlite\"\n```\n\nabove config is for sqlite DB, if you want to use mysql change it like \n\n```yaml\ndb:\n  host: localhost\n  port: 3306\n  user: root\n  password: 1\n  database: files\n```\n\nyou need to create the database ( code will init all necessary tables on its own )\n\n- start the backend\n\n```bash\ngo build\n./chat\n```\n\n### group calls\n\nTo organize group calls, service uses [livekit library](https://livekit.io/). So, to have this feature you need to deploy the instance of livekit on your infrastructure. It can be done through docker ( check the docker-compose.yml ) or as a standalone software ( check instructions at https://livekit.io )\n\n\n#### Other ways of configuration\n\nConfiguration can be done through config.yml file or through env vars\nFor example of env usage, check docker-compose.yml\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebix-hub%2Fchat-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebix-hub%2Fchat-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebix-hub%2Fchat-go/lists"}