{"id":19055041,"url":"https://github.com/maxihafer/gosynchro","last_synced_at":"2025-11-12T14:02:38.030Z","repository":{"id":220542060,"uuid":"751928941","full_name":"maxihafer/gosynchro","owner":"maxihafer","description":"Slim alternative to browser-sync, utilizing Server-Sent-Events.","archived":false,"fork":false,"pushed_at":"2024-02-04T20:19:25.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T01:21:16.659Z","etag":null,"topics":["browser-sync","go","live-reload"],"latest_commit_sha":null,"homepage":"","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/maxihafer.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-02T16:27:50.000Z","updated_at":"2024-02-05T10:45:05.000Z","dependencies_parsed_at":"2024-02-02T17:20:11.349Z","dependency_job_id":"587297c2-8e0c-4502-af91-07f36fa3e059","html_url":"https://github.com/maxihafer/gosynchro","commit_stats":null,"previous_names":["maxihafer/gosynchro"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/maxihafer/gosynchro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxihafer%2Fgosynchro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxihafer%2Fgosynchro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxihafer%2Fgosynchro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxihafer%2Fgosynchro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxihafer","download_url":"https://codeload.github.com/maxihafer/gosynchro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxihafer%2Fgosynchro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284045913,"owners_count":26938122,"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","status":"online","status_checked_at":"2025-11-12T02:00:06.336Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["browser-sync","go","live-reload"],"created_at":"2024-11-08T23:41:09.296Z","updated_at":"2025-11-12T14:02:37.996Z","avatar_url":"https://github.com/maxihafer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gosynchro\n\ngosynchro is a slim alternative to browser-sync, designed to synchronize browser windows for development. It utilizes server sent events for real-time communication between the server and the client.\n\n## Installation\nTo install `gosynchro`, you can use the `go install` command.\n```bash\ngo install github.com/maxihafer/gosynchro@latest\n```\n\n## Usage\n`gosynchro` is a command-line tool with several commands and options. Here's a brief overview:\n\n### Commands\n\n- `proxy`: Starts a proxy server listening on `PORT`. It proxies all requests to the remote set using the `--remote` flag (default: `http://localhost:8080`).\n- `reload`: Reloads the client listening on `PORT`.\n- `help, h`: Shows a list of commands or help for one command.\n\n### Global Options\n\n- `--port value, -p value`: Specifies the port for the server to listen on. The default value is 3000.\n- `--verbose, -v`: Enables verbose logging. This is disabled by default.\n- `--json`: Outputs logs in JSON format. This is disabled by default.\n- `--help, -h`: Shows help information.\n\nHere's an example of how to use `gosynchro`:\n\n```bash\n# Start a proxy server on port 3000 proxying all requests to `http://localhost:8080`.\ngosynchro proxy\n\n# Reload the client listening on the default port (3000)\ngosynchro reload\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxihafer%2Fgosynchro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxihafer%2Fgosynchro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxihafer%2Fgosynchro/lists"}