{"id":24618078,"url":"https://github.com/winkgroup/webserver","last_synced_at":"2026-05-09T19:40:32.309Z","repository":{"id":57749097,"uuid":"524010783","full_name":"WINKgroup/webserver","owner":"WINKgroup","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-09T20:29:15.000Z","size":181,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-25T03:17:15.346Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/WINKgroup.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":"2022-08-12T08:25:39.000Z","updated_at":"2023-04-10T14:45:26.000Z","dependencies_parsed_at":"2023-01-31T03:16:06.577Z","dependency_job_id":null,"html_url":"https://github.com/WINKgroup/webserver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WINKgroup%2Fwebserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WINKgroup%2Fwebserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WINKgroup%2Fwebserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WINKgroup%2Fwebserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WINKgroup","download_url":"https://codeload.github.com/WINKgroup/webserver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244313865,"owners_count":20433011,"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":"2025-01-24T23:49:43.880Z","updated_at":"2026-05-09T19:40:32.302Z","avatar_url":"https://github.com/WINKgroup.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webserver\na REST web server helper functions\n\n## Install\n```bash\nnpm install @winkgroup/webserver\n```\n\n## Usage\nto setup ioServer linked to current server without reject unauthorized:\n```js\nprocess.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';\n\nconst app = express();\n\nprepareApp(app, 'myApp')\n\nconst server = http.createServer(app)\nconst ioApp = new IOServer(server, {\n    cors: {\n        origin: true,\n    },\n});\n\nlisten({ server: server, name: 'myApp' });\n```\n\n## Maintainers\n* [fairsayan](https://github.com/fairsayan)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinkgroup%2Fwebserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwinkgroup%2Fwebserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinkgroup%2Fwebserver/lists"}