{"id":26954529,"url":"https://github.com/yckbilly1929/yalive-server","last_synced_at":"2026-04-24T12:32:00.669Z","repository":{"id":57402924,"uuid":"444668004","full_name":"yckbilly1929/yalive-server","owner":"yckbilly1929","description":"Live server for esbuild","archived":false,"fork":false,"pushed_at":"2023-05-22T13:30:23.000Z","size":144,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-12T00:20:49.396Z","etag":null,"topics":["esbuild","live-server","proxy","typescript"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yckbilly1929.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.MD","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":"2022-01-05T04:52:11.000Z","updated_at":"2025-03-20T19:05:33.000Z","dependencies_parsed_at":"2024-06-21T07:06:23.057Z","dependency_job_id":"d593c6eb-29dc-4099-8a10-07d94ea7d4e8","html_url":"https://github.com/yckbilly1929/yalive-server","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":0.4117647058823529,"last_synced_commit":"dba779d3f14d892bb5408068cc017fb0c6695cf0"},"previous_names":["yckbilly1929/yal-server"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/yckbilly1929/yalive-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yckbilly1929%2Fyalive-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yckbilly1929%2Fyalive-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yckbilly1929%2Fyalive-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yckbilly1929%2Fyalive-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yckbilly1929","download_url":"https://codeload.github.com/yckbilly1929/yalive-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yckbilly1929%2Fyalive-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32223874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["esbuild","live-server","proxy","typescript"],"created_at":"2025-04-03T02:18:00.732Z","updated_at":"2026-04-24T12:32:00.642Z","avatar_url":"https://github.com/yckbilly1929.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Yalive Server\n===========\n\nMinimal Development Server with **Live Reload** Capability.  \n(**Y**et **A**nother **Live Server**)\n\n- Rewritten in Golang\n- Supportive tool for esbuild\n\nRoadmap\n--------\n\n- github actions\n- npm install test on Windows and OSX\n- support recursive watch\n- accept json config file, and more dynamic config options like live-server\n- refresh css only\n- example project with esbuild\n\nGet Started\n------------\n\n```bash\n  # global\n  $ npm i -g yalive-server\n\n  # As node package\n  $ npm i -D yalive-server\n```\n\nUsage from command line\n-----------------------\n\n```bash\n  # Help\n  $ yalive-server\n\n  # example dev command\n  $ yalive-server dev -c '{\"root\": \"dist\", \"port\": 5501, \"cors\": true, \"https\": true, \"historyApiFallback\": true, \"proxy\": [{\"prefix\": \"/api\", \"target\": \"https://backend\", \"changeOrigin\": true}], \"server\": {\"debug\": true, \"color\": true} }'\n```\n\nUsage from node\n---------------\n\n```javascript\nconst yaliveServer = require(\"yalive-server\")\n\nconst conf = {\n  root: 'dist',\n  port: 5501,\n  cors: true,\n  https: true,\n  historyApiFallback: true,\n  proxy: [\n    {\n      prefix: '/api',\n      target: 'https://backend',\n      changeOrigin: true,\n    },\n  ],\n  server: {\n    debug: true,\n    color: true,\n  },\n}\n\nyaliveServer.dev(conf)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyckbilly1929%2Fyalive-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyckbilly1929%2Fyalive-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyckbilly1929%2Fyalive-server/lists"}