{"id":18429464,"url":"https://github.com/bigpipe/bigpipe-godot","last_synced_at":"2025-10-16T00:14:26.056Z","repository":{"id":16952846,"uuid":"19715063","full_name":"bigpipe/bigpipe-godot","owner":"bigpipe","description":"A simple plugin that attaches a godot instance to bigpipe assuming you have the proper configuration","archived":false,"fork":false,"pushed_at":"2016-11-16T20:42:57.000Z","size":6,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-24T20:42:22.516Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bigpipe.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}},"created_at":"2014-05-12T20:53:01.000Z","updated_at":"2023-08-08T10:49:11.000Z","dependencies_parsed_at":"2022-07-26T01:32:00.750Z","dependency_job_id":null,"html_url":"https://github.com/bigpipe/bigpipe-godot","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigpipe%2Fbigpipe-godot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigpipe%2Fbigpipe-godot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigpipe%2Fbigpipe-godot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigpipe%2Fbigpipe-godot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigpipe","download_url":"https://codeload.github.com/bigpipe/bigpipe-godot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239108719,"owners_count":19583049,"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":[],"created_at":"2024-11-06T05:17:19.479Z","updated_at":"2025-10-16T00:14:25.960Z","avatar_url":"https://github.com/bigpipe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bigpipe-godot\n\nEasily hook a [`godot`](https://browsenpm.org/package/godot) client onto your\nbigpipe instance for a simple interface to produce metrics!\n\n```js\n\nvar path = require('path');\nvar Pipe = require('bigpipe');\nvar godot = require('bigpipe-godot');\nva Memory = requir('memory-producer');\n\n//\n// Make a BigPipe instance!\n//\nvar pipe = new Pipe(require('http').createServer(), {\n  pages: path.join(__dirname, 'pages'),\n  dist: path.join(__dirname, 'dist'),\n  godot: {\n    type: 'tcp',\n    host: 'my-metrics-endpoint.com',\n    port: 8556\n  }\n}).listen(3000).use(godot);\n\n//\n// After we use the godot plugin, we can now interact with the instance!\n// We can add producers like `memory-producer` to magically produce\n// memory metrics for us!\n//\npipe.godot.add(new Memory({ service: 'bigpipe-godot' }));\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigpipe%2Fbigpipe-godot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigpipe%2Fbigpipe-godot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigpipe%2Fbigpipe-godot/lists"}