{"id":19750203,"url":"https://github.com/fijimunkii/node-proxyproto","last_synced_at":"2026-03-16T22:03:05.652Z","repository":{"id":57331898,"uuid":"176564967","full_name":"fijimunkii/node-proxyproto","owner":"fijimunkii","description":"Pre-process PROXY protocol headers from node tcp sockets","archived":false,"fork":false,"pushed_at":"2020-02-13T16:07:55.000Z","size":31,"stargazers_count":4,"open_issues_count":5,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-06T00:31:52.611Z","etag":null,"topics":["nodejs","proxy","proxy-proto","proxy-protocol","proxyproto","proxyprotocol","socket","tcp"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fijimunkii.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-19T17:27:50.000Z","updated_at":"2023-03-04T05:00:36.000Z","dependencies_parsed_at":"2022-09-21T03:21:27.684Z","dependency_job_id":null,"html_url":"https://github.com/fijimunkii/node-proxyproto","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fijimunkii%2Fnode-proxyproto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fijimunkii%2Fnode-proxyproto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fijimunkii%2Fnode-proxyproto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fijimunkii%2Fnode-proxyproto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fijimunkii","download_url":"https://codeload.github.com/fijimunkii/node-proxyproto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251684508,"owners_count":21627143,"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":["nodejs","proxy","proxy-proto","proxy-protocol","proxyproto","proxyprotocol","socket","tcp"],"created_at":"2024-11-12T02:31:26.717Z","updated_at":"2026-03-16T22:03:00.630Z","avatar_url":"https://github.com/fijimunkii.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-proxyproto\nPre-process PROXY protocol headers from node tcp sockets\n\n[![License: ISC](https://img.shields.io/npm/l/proxyproto.svg)](https://opensource.org/licenses/ISC)\n\nThis will allow a regular node server to accept PROXY protocol v2 connections\n\nJust pass in your server to get running:\n\n```js\nconst server = require('http').createServer((req,res) =\u003e res.end('OK'));\nserver.listen(5555);\n\nconst proxied = require('proxyproto').createServer(server);\n```\n\nServer can be net, http, https, tls, etc\n\nAll available options:\n```js\nrequire('proxyproto').createServer(server, {\n  setNoDelay: true, // diable nagle algorithm\n  handleCommonErrors: false, // handle common socket errors (default: true)\n  onError: err =\u003e log.error(err) // error handler for servers and sockets\n});\n```\n\n## Performance\n\nLoad test shows neglible latency difference with a vanilla http server\n\n## Authors\n\nfijimunkii\n\n## License\n\nThis project is licensed under the ISC License - see the [LICENSE](LICENSE.txt) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffijimunkii%2Fnode-proxyproto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffijimunkii%2Fnode-proxyproto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffijimunkii%2Fnode-proxyproto/lists"}