{"id":23636949,"url":"https://github.com/serviejs/servie-compat-http","last_synced_at":"2026-04-13T04:40:50.827Z","repository":{"id":65494605,"uuid":"79533540","full_name":"serviejs/servie-compat-http","owner":"serviejs","description":"**DEPRECATED** Map Servie `Request` and `Response` instances to node.js HTTP compatible objects","archived":false,"fork":false,"pushed_at":"2018-05-19T09:18:44.000Z","size":68,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-01T19:11:00.615Z","etag":null,"topics":["compat","connect","express","http","nodejs","router"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/serviejs.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":"2017-01-20T06:47:38.000Z","updated_at":"2018-05-19T09:18:53.000Z","dependencies_parsed_at":"2023-01-25T22:05:11.504Z","dependency_job_id":null,"html_url":"https://github.com/serviejs/servie-compat-http","commit_stats":null,"previous_names":["blakeembrey/node-servie-compat-http"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/serviejs/servie-compat-http","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serviejs%2Fservie-compat-http","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serviejs%2Fservie-compat-http/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serviejs%2Fservie-compat-http/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serviejs%2Fservie-compat-http/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serviejs","download_url":"https://codeload.github.com/serviejs/servie-compat-http/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serviejs%2Fservie-compat-http/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31740266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T03:27:07.512Z","status":"ssl_error","status_checked_at":"2026-04-13T03:26:53.610Z","response_time":93,"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":["compat","connect","express","http","nodejs","router"],"created_at":"2024-12-28T06:15:31.588Z","updated_at":"2026-04-13T04:40:50.782Z","avatar_url":"https://github.com/serviejs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Servie Compat HTTP\n\n[![NPM version](https://img.shields.io/npm/v/servie-compat-http.svg?style=flat)](https://npmjs.org/package/servie-compat-http)\n[![NPM downloads](https://img.shields.io/npm/dm/servie-compat-http.svg?style=flat)](https://npmjs.org/package/servie-compat-http)\n[![Build status](https://img.shields.io/travis/serviejs/servie-compat-http.svg?style=flat)](https://travis-ci.org/serviejs/servie-compat-http)\n[![Test coverage](https://img.shields.io/coveralls/serviejs/servie-compat-http.svg?style=flat)](https://coveralls.io/r/serviejs/servie-compat-http?branch=master)\n\n\u003e Map Servie `Request` and `Response` instances to node.js HTTP objects.\n\n**DEPRECATED:** As an interesting experiment someone can reference.\n\n## Installation\n\n```\nnpm install servie-compat-http --save\n```\n\n## Usage\n\n```ts\nimport { createServer } from 'servie-compat-http'\n\nexport const server = createServer(function (req, res, next) {\n  res.write('hello world')\n  res.end()\n})\n```\n\n## Additional Resources\n\n* [`router`](https://github.com/pillarjs/router) Express.js-like router for HTTP\n* [`compose-middleware`](https://github.com/blakeembrey/compose-middleware) Compose an array of HTTP middleware into a single function\n* [`connect`](https://github.com/senchalabs/connect) Simple middleware framework\n* [`express`](https://github.com/expressjs/express) Minimal web framework for node\n\n## TypeScript\n\nThis project is written using [TypeScript](https://github.com/Microsoft/TypeScript) and publishes the definitions directly to NPM.\n\n## License\n\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserviejs%2Fservie-compat-http","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserviejs%2Fservie-compat-http","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserviejs%2Fservie-compat-http/lists"}