{"id":23957117,"url":"https://github.com/yaxingson/filebrowser","last_synced_at":"2026-02-18T04:31:51.320Z","repository":{"id":245518247,"uuid":"807453936","full_name":"yaxingson/filebrowser","owner":"yaxingson","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-29T09:32:35.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T06:49:23.405Z","etag":null,"topics":["browser","electron","filesystem","gui","viewer"],"latest_commit_sha":null,"homepage":"","language":null,"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/yaxingson.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-29T06:17:25.000Z","updated_at":"2024-12-27T02:15:44.000Z","dependencies_parsed_at":"2024-08-29T09:30:45.577Z","dependency_job_id":"11183cd5-846b-438a-8da5-fcd7aaee89e9","html_url":"https://github.com/yaxingson/filebrowser","commit_stats":null,"previous_names":["soetas/mini-browser","soetas/micro-browser","yaseensun/micro-browser","gavosun/micro-browser","yaxingson/micro-browser","yaxingson/filebrowser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yaxingson/filebrowser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaxingson%2Ffilebrowser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaxingson%2Ffilebrowser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaxingson%2Ffilebrowser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaxingson%2Ffilebrowser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yaxingson","download_url":"https://codeload.github.com/yaxingson/filebrowser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaxingson%2Ffilebrowser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29568443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T04:18:28.490Z","status":"ssl_error","status_checked_at":"2026-02-18T04:13:49.018Z","response_time":162,"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":["browser","electron","filesystem","gui","viewer"],"created_at":"2025-01-06T16:39:55.678Z","updated_at":"2026-02-18T04:31:46.311Z","avatar_url":"https://github.com/yaxingson.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# mini-browser\n\n\u003e JIT（即时编译）和 AOT(预编译)\n\n编译器：\n\n1. 词法分析\n2. 语法分析\n3. 语义分析\n4. 运行时环境\n5. 中间代码\n6. 代码优化\n7. 生成目标代码\n\n\u003e 无头浏览器\n\n静态作用域和词法环境、变量对象(VO)和活动对象(AO)\n\n函数调用栈\n\n客户端服务端双向通信: HTTP轮询、XHR Streaming和Server-sent events\n\n\n\u003chttps://www.chromium.org/blink/\u003e\n\n\u003chttps://ecma-international.org/publications-and-standards/standards/ecma-262/\u003e\n\nGUI渲染线程和JavaScript脚本引擎线程互斥\n\n\u003e `CSSOM`和视觉格式化模型\n\n光栅化\n\n```js\nconst controller = new AbortController()\n\t\t\t\ndocument.getElementById('scroll-bar').addEventListener('click', e=\u003e{\n\n}, {\n  signal: controller.signal,\n  once: true,\n  capture: true,\n  passive: true,\n})\n\n\n```\n\n\u003e 包含块\n\n注: `z-index`值的设置只会决定同一父元素中同级子元素的堆叠顺序\n\nv8内存分配和垃圾回收\n\n- 新生代：Scavenge算法\n- 老生代: 标记清除(Markup-Sweep)和标记整理(Markup-Compact)（增量标记和三色标记法）\n\n```sh\nnode --max-old-space-size=2048 \n\n```\n\n\n## Severless\n\n## Micro Frontend\n\n## PWA\n\n## WebAssembly\n\n## WebGL\n\n## GraphQL\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaxingson%2Ffilebrowser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaxingson%2Ffilebrowser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaxingson%2Ffilebrowser/lists"}