{"id":16411398,"url":"https://github.com/yetone/ove","last_synced_at":"2026-03-01T18:01:57.683Z","repository":{"id":23290691,"uuid":"26649755","full_name":"yetone/ove","owner":"yetone","description":"A powerful Node.js web framework.","archived":false,"fork":false,"pushed_at":"2017-04-17T10:20:53.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-02T00:35:34.027Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"LiveScript","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/yetone.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":"2014-11-14T17:33:00.000Z","updated_at":"2017-04-17T09:43:55.000Z","dependencies_parsed_at":"2022-07-25T12:32:39.792Z","dependency_job_id":null,"html_url":"https://github.com/yetone/ove","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yetone/ove","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yetone%2Fove","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yetone%2Fove/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yetone%2Fove/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yetone%2Fove/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yetone","download_url":"https://codeload.github.com/yetone/ove/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yetone%2Fove/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29977966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"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":[],"created_at":"2024-10-11T06:45:22.917Z","updated_at":"2026-03-01T18:01:57.654Z","avatar_url":"https://github.com/yetone.png","language":"LiveScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"ove\n===\n\n[![](https://codeship.com/projects/a4ff18c0-72d7-0132-d565-5ad4053fa8e4/status?branch=master)](https://codeship.com/projects/54852)\n\nA powerful Node.js web framework.\n\n## Installation\n\n```\nnpm install ove\n```\n\n## Example\n\n### Use LiveScript:\n\n```js\nrequire! \\ove\napp = ove!\n\napp.use (next) -\u003e\n    console.log '%s [%s] %s', new Date, @method, @url\n    next!\n\napp.get \\/ -\u003e\n    @send 'Hello ove!'\n\napp.get \\/user/:uid/ -\u003e\n    @json do\n        uid: @params.uid\n\napp.post \\/user/create/ -\u003e\n    @json @form\n\napp.run!\n```\n\n### Use JavaScript:\n\n```js\nvar ove = require('ove');\napp = ove();\n\napp.use(function(next) {\n    console.log('%s [%s] %s', new Date(), this.method, this.url);\n    next();\n});\n\napp.get('/', function() {\n    this.send('Hello ove!');\n});\n\napp.get('/user/:uid/', function() {\n    this.json({\n        uid: this.params.uid\n    });\n});\n\napp.post('/user/create/', function() {\n    this.json(this.form);\n});\n\napp.run();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyetone%2Fove","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyetone%2Fove","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyetone%2Fove/lists"}