{"id":17482926,"url":"https://github.com/creationix/node-router","last_synced_at":"2025-04-10T02:43:33.050Z","repository":{"id":66014239,"uuid":"276713","full_name":"creationix/node-router","owner":"creationix","description":"A simple http server for node.js that has sinatra like qualities.  Ideal for generating web services via node.","archived":false,"fork":false,"pushed_at":"2010-08-26T18:17:35.000Z","size":129,"stargazers_count":165,"open_issues_count":4,"forks_count":27,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-24T04:13:45.857Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/creationix.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-08-13T05:23:11.000Z","updated_at":"2023-09-12T09:30:02.000Z","dependencies_parsed_at":"2023-02-19T21:10:15.622Z","dependency_job_id":null,"html_url":"https://github.com/creationix/node-router","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/creationix%2Fnode-router","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creationix%2Fnode-router/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creationix%2Fnode-router/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creationix%2Fnode-router/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creationix","download_url":"https://codeload.github.com/creationix/node-router/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248145300,"owners_count":21055099,"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-10-18T23:47:59.308Z","updated_at":"2025-04-10T02:43:33.020Z","avatar_url":"https://github.com/creationix.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-router\n\nNode-router is a small simple node.js http server that makes building simple web-services super simple.\n\n## Node libraries\n\nThere are two ways to include this library in your node project.  You can either copy the node-router.js file in \nthe same directory as your script and require it with a relative path:\n\n    var NodeRouter = require('./node-router');\n  \nOr you can copy `node-router.js` to somewhere in your `require.paths` array. Then you can use a global require\nlike:\n\n    var NodeRouter = require('node-router');\n    \nSee the [node docs][] for more details.\n\n[node docs]: http://nodejs.org/api.html#_modules\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreationix%2Fnode-router","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreationix%2Fnode-router","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreationix%2Fnode-router/lists"}