{"id":18697968,"url":"https://github.com/bimedia-fr/listen-interface","last_synced_at":"2026-01-04T21:06:18.211Z","repository":{"id":69908281,"uuid":"50020848","full_name":"bimedia-fr/listen-interface","owner":"bimedia-fr","description":"module to listen on a specific network interface","archived":false,"fork":false,"pushed_at":"2024-05-20T11:43:02.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-28T19:19:30.099Z","etag":null,"topics":["http","interface","listen","listen-interface"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bimedia-fr.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":"2016-01-20T09:54:15.000Z","updated_at":"2024-05-20T11:43:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"fca475ee-f426-4614-9bf9-cbaa11cefb1a","html_url":"https://github.com/bimedia-fr/listen-interface","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":0.2222222222222222,"last_synced_commit":"68b62c85261a41cd4b3fb3205ee25f3f4d4be583"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bimedia-fr%2Flisten-interface","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bimedia-fr%2Flisten-interface/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bimedia-fr%2Flisten-interface/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bimedia-fr%2Flisten-interface/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bimedia-fr","download_url":"https://codeload.github.com/bimedia-fr/listen-interface/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244601280,"owners_count":20479434,"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":["http","interface","listen","listen-interface"],"created_at":"2024-11-07T11:26:25.244Z","updated_at":"2026-01-04T21:06:18.149Z","avatar_url":"https://github.com/bimedia-fr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# listen-interface\nmodule to listen on a specific network interface\n\n\n\n## Installation\n\n```sh\nnpm install --save listen-interface\n```\n\n## exemple :\n\n```js\nvar http = require('http'),\n    listen = require('listen-interface');\n    \nvar server = http.createServer(function(req, res) {\n // ...\n});\n\nlisten(server, { 'port': 8080, 'interface': 'wlan0'})\n```\n\n## API :\n\n`listen` :\n * `server` : http server or net server\n * `config` : \n   * `port` : port to listen to\n   * `interface` : network interface to listen to\n * [callback] : optionnal callback function \n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbimedia-fr%2Flisten-interface","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbimedia-fr%2Flisten-interface","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbimedia-fr%2Flisten-interface/lists"}