{"id":32517318,"url":"https://github.com/rblsb/haxe-dev-server","last_synced_at":"2025-10-28T02:55:08.693Z","repository":{"id":320446509,"uuid":"1081516044","full_name":"RblSb/haxe-dev-server","owner":"RblSb","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-23T19:59:03.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-23T21:35:53.383Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/RblSb.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-22T22:33:50.000Z","updated_at":"2025-10-23T19:59:07.000Z","dependencies_parsed_at":"2025-10-23T21:35:57.055Z","dependency_job_id":null,"html_url":"https://github.com/RblSb/haxe-dev-server","commit_stats":null,"previous_names":["rblsb/haxe-dev-server"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/RblSb/haxe-dev-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RblSb%2Fhaxe-dev-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RblSb%2Fhaxe-dev-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RblSb%2Fhaxe-dev-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RblSb%2Fhaxe-dev-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RblSb","download_url":"https://codeload.github.com/RblSb/haxe-dev-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RblSb%2Fhaxe-dev-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281376664,"owners_count":26490317,"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-10-28T02:00:06.022Z","response_time":60,"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":[],"created_at":"2025-10-28T02:55:07.156Z","updated_at":"2025-10-28T02:55:08.686Z","avatar_url":"https://github.com/RblSb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# haxe-dev-server\n\nHaxe dev http server. Recompiles code and reloads html page on Haxe code changes.\n\nUses haxe compilation server and `chokidar` file watcher with `ws` websocket server for live-reload.\n\n## Installation\n`npm i -g https://github.com/RblSb/haxe-dev-server`\n\n## Example:\n```\nhaxe-dev-server --hxml build.hxml --watch src --serve build --port 8080\n```\n\n## Multiple serve directories (as fallbacks)\n```\nhaxe-dev-server -s build -s custom\n```\nRequests are checked in order:\n- /index.html -\u003e build/index.html, then custom/index.html\n- /foo/bar.js -\u003e build/foo/bar.js, then custom/foo/bar.js\n\n## Options\n```\n--hxml, -h \u003cfile\u003e     hxml file for compilation server (default: build.hxml)\n--watch, -w \u003cdir\u003e     Source directory to watch (default: src)\n--serve, -s \u003cdir\u003e     Output directory to serve (default: build)\n--port, -p \u003cport\u003e     HTTP server port (default: 8080)\n--ws-port \u003cport\u003e      WebSocket port for live reload (default: 8081)\n--haxe-path \u003cpath\u003e    Path to haxe executable (default: haxe)\n--server-port \u003cport\u003e  Haxe compilation server port (default: 7000)\n--verbose             Print more logs\n--help                Show this help message\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frblsb%2Fhaxe-dev-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frblsb%2Fhaxe-dev-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frblsb%2Fhaxe-dev-server/lists"}