{"id":19252972,"url":"https://github.com/betasu/sujs","last_synced_at":"2026-04-02T02:07:09.179Z","repository":{"id":108668975,"uuid":"67347608","full_name":"BetaSu/sujs","owner":"BetaSu","description":"Unopinionated, fast , simple web framework for node","archived":false,"fork":false,"pushed_at":"2016-09-22T16:28:48.000Z","size":45,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-21T13:39:11.642Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BetaSu.png","metadata":{"files":{"readme":"README.mdown","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-04T13:53:18.000Z","updated_at":"2017-06-09T03:18:47.000Z","dependencies_parsed_at":"2023-04-24T23:01:04.924Z","dependency_job_id":null,"html_url":"https://github.com/BetaSu/sujs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BetaSu/sujs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BetaSu%2Fsujs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BetaSu%2Fsujs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BetaSu%2Fsujs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BetaSu%2Fsujs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BetaSu","download_url":"https://codeload.github.com/BetaSu/sujs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BetaSu%2Fsujs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-09T18:29:02.545Z","updated_at":"2026-04-02T02:07:09.158Z","avatar_url":"https://github.com/BetaSu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sujs\nUnopinionated, fast , simple web framework for node \n## Feature\n Sujs is a lightweight web framework for nodejs,it is committed to a convenient interactive.it has the following features：\n 1.  Sujs's source code is base on the principle of Express,but lighter. \n 2.  Inject common methods in the form of plug-ins,no need to install.\n 3.  All  source codes (including plug-ins) are recorded in my blog.\u003ca href=\"https://betasu.github.io/archives/\"\u003eclick here to visit my blog\u003c/a\u003e\n \n## Install\n```\n$ npm install sujs\n```\n## Manual\n```\n//unfinished\n```\n## Quick Start\n```javascript\nvar sujs=require('sujs');\nvar app=sujs();\n//load cookie-parser plugin\nvar cookieParser=sujs['cookieParser'];\n\n//inject cookie-parser plugin\napp.use(cookieParser);)\n\napp.use(function (req,res,next) {\n console.log('I am middleware');\n next();\n})\n\napp.get('/',function (req,res) {\n res.send('hello front end!');\n})\n```\n\n## Update\nLast vision:v1.0.7\n- Redirect plugin completed.\n- Plug-in loading mechanism is completed.\n\n## License\n\u003ca href=\"https://github.com/BetaSu/sujs/blob/master/LICENSE\"\u003eMIT\u003c/a\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetasu%2Fsujs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbetasu%2Fsujs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetasu%2Fsujs/lists"}