{"id":20669303,"url":"https://github.com/ivanparvaresh/sarina-express","last_synced_at":"2026-04-17T21:33:15.308Z","repository":{"id":96184931,"uuid":"75292634","full_name":"ivanparvaresh/Sarina-Express","owner":"ivanparvaresh","description":"Sarina-ExpressJs Plugin","archived":false,"fork":false,"pushed_at":"2016-12-01T15:54:26.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T16:41:28.533Z","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/ivanparvaresh.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-01T12:56:43.000Z","updated_at":"2016-12-01T14:56:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ddbf5e0-f458-478c-904d-66a3622c63af","html_url":"https://github.com/ivanparvaresh/Sarina-Express","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ivanparvaresh/Sarina-Express","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanparvaresh%2FSarina-Express","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanparvaresh%2FSarina-Express/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanparvaresh%2FSarina-Express/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanparvaresh%2FSarina-Express/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivanparvaresh","download_url":"https://codeload.github.com/ivanparvaresh/Sarina-Express/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanparvaresh%2FSarina-Express/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31947655,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-11-16T20:13:44.997Z","updated_at":"2026-04-17T21:33:15.291Z","avatar_url":"https://github.com/ivanparvaresh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sarina.Express\n\nSarina Express is plugin to integrate Express web framework with sarina application framework.  \nSarina.Express created by [JavadParvaresh](https://github.com/javadparvaresh).\n\nSarina.Express has build on top of [Express](http://expressjs.com/).\n\n## Table of contents\n- [Quick Start](#quick-start)\n- [Bugs and feature requests](#bugs-and-feature-requests)\n\n## Quick start\n\nSeveral quick start options are available:\n- Clone the repo: `git clone https://github.com/javadparvaresh/Sarina-Express.git`\n- Install with [npm](https://www.npmjs.com): `npm install sarina.express`\n\n\n## Bugs and feature requests\n\nHave a bug or a feature request? [please open a new issue](https://github.com/javadparvaresh/Sarina-Express/issues/new).\n\n## The Basics\n```javascript\n\nvar sarina=require(\"sarina\");\nvar sarinaexpress=require(\"sarinaexpress\");\n\n// create a sarina app by passing configuration\nvar app=sarina.create({});\napp.module(sarinaexpress);\n\n// you can access express library by this service\napp.factory(\"Sample\",[\"sarina.express\"],function(express){\n    // now you have express in your service\n    var app=express();\n});\n\n// or you can access express app by this service\napp.factory(\"Sample\",[\"sarina.express.app\"],function(expressapp){\n    \n});\n\n// start server easily by using server service\napp.exec(\"run\",[\"sarina.express.server\"],function(server){\n    return {\n        run:function(resolve,reject){\n            server.start(3000).then(resolve).catch(reject);\n        }\n    }\n}); \n\n// finally we need to start app\napp.start();\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanparvaresh%2Fsarina-express","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanparvaresh%2Fsarina-express","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanparvaresh%2Fsarina-express/lists"}