{"id":13671676,"url":"https://github.com/varaljs/varal","last_synced_at":"2025-04-27T18:31:32.889Z","repository":{"id":57153901,"uuid":"107642671","full_name":"varaljs/varal","owner":"varaljs","description":"A Node Framework For Web Artisans","archived":false,"fork":false,"pushed_at":"2023-04-19T08:08:50.000Z","size":197,"stargazers_count":15,"open_issues_count":6,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-19T07:49:22.521Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/varaljs.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,"governance":null}},"created_at":"2017-10-20T06:53:22.000Z","updated_at":"2023-04-07T03:41:46.000Z","dependencies_parsed_at":"2023-07-25T01:14:35.476Z","dependency_job_id":null,"html_url":"https://github.com/varaljs/varal","commit_stats":null,"previous_names":["dmpty/varal"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varaljs%2Fvaral","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varaljs%2Fvaral/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varaljs%2Fvaral/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varaljs%2Fvaral/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/varaljs","download_url":"https://codeload.github.com/varaljs/varal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251187234,"owners_count":21549605,"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-08-02T09:01:16.106Z","updated_at":"2025-04-27T18:31:32.379Z","avatar_url":"https://github.com/varaljs.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://pty-ink.oss-cn-hangzhou.aliyuncs.com/varal.png?x-oss-process=style/width_400\" alt=\"Logo\"\u003e\n\u003c/p\u003e\n\n# Varal\n\nVaral 是一个轻量级的 Web 服务框架\n\n欢迎 PR\n\n[![NPM Version][npm-image]][npm-url]\n[![Maintainability](https://api.codeclimate.com/v1/badges/ea102682c12c00a174f1/maintainability)](https://codeclimate.com/github/dmpty/varal/maintainability)\n\n[npm-image]: https://img.shields.io/npm/v/varal.svg\n[npm-url]: https://npmjs.org/package/varal\n\n## Features\n\n* 流畅易用的 MVC 开发体验\n* 模板引擎 [art-template](https://github.com/aui/art-template)\n* 服务容器与依赖注入\n* 插件机制\n\n\n## Installation\n\n```bash\n$ npm install varal --save\n```\n\n## Basic Usage\n\n```javascript\nconst varal = require('varal');\nconst server = new varal();\nserver.get('/', app =\u003e {\n    app.text('Hello World');\n});\nserver.run();\n```\n运行文件，访问 `localhost:8888` 即可看到文本输出。\n\n## Document\n\n[Varal - 中文文档](https://github.com/varaljs/varal/wiki)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaraljs%2Fvaral","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaraljs%2Fvaral","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaraljs%2Fvaral/lists"}