{"id":13449999,"url":"https://github.com/mayajs/maya","last_synced_at":"2025-08-01T19:04:55.413Z","repository":{"id":35076143,"uuid":"200444889","full_name":"mayajs/maya","owner":"mayajs","description":"MayaJS is not a wrapper for ExpressJS or Fastify. We use our own routing library and it has capabilities to use third party middlewares.","archived":false,"fork":false,"pushed_at":"2022-05-16T09:01:17.000Z","size":640,"stargazers_count":51,"open_issues_count":4,"forks_count":22,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-06-29T02:45:46.014Z","etag":null,"topics":["angular","express","framework","mayajs","nodejs","nodejs-server","rest","rest-api","typescript"],"latest_commit_sha":null,"homepage":"https://www.mayajs.io","language":"TypeScript","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/mayajs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-04T03:26:18.000Z","updated_at":"2025-05-20T09:40:17.000Z","dependencies_parsed_at":"2022-08-09T09:30:25.898Z","dependency_job_id":null,"html_url":"https://github.com/mayajs/maya","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/mayajs/maya","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayajs%2Fmaya","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayajs%2Fmaya/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayajs%2Fmaya/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayajs%2Fmaya/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mayajs","download_url":"https://codeload.github.com/mayajs/maya/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayajs%2Fmaya/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268281807,"owners_count":24225159,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"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":["angular","express","framework","mayajs","nodejs","nodejs-server","rest","rest-api","typescript"],"created_at":"2024-07-31T07:00:26.163Z","updated_at":"2025-08-01T19:04:55.367Z","avatar_url":"https://github.com/mayajs.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/mayajs/maya/blob/main/logo.svg\"\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003eA simple \u003ca href=\"http://nodejs.org\" target=\"_blank\"\u003eNode.js\u003c/a\u003e framework for creating fast and scalable server-side applications.\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@mayajs/core\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/@mayajs/core.svg?style=for-the-badge\u0026logo=appveyor\" alt=\"Version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@mayajs/core\"\u003e\u003cimg src=\"https://img.shields.io/npm/dm/@mayajs/core.svg?style=for-the-badge\u0026logo=appveyor\" alt=\"Downloads\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@mayajs/core\"\u003e\u003cimg src=\"https://img.shields.io/npm/l/@mayajs/core?style=for-the-badge\u0026logo=appveyor\" alt=\"License\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/microsoft/typescript-tslint-plugin\"\u003e\u003cimg src=\"https://img.shields.io/badge/code%20style-standard-blue.svg?style=for-the-badge\u0026logo=appveyor\" alt=\"Code Style\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nMayaJS is designed for simplicity and ease of use for beginners. It is built using [Typescript](https://www.typescriptlang.org/) to take advantage of strong type checking and at the same time preserving support for pure Javascript. It also has support for [MongoDb](https://www.mongodb.com/) and SQL databases.\n\n\u003e **DISCLAIMER:** MayaJS is not a wrapper for `ExpressJS` or `Fastify`. We use our own [routing library](https://www.npmjs.com/package/@mayajs/router) and it has capabilities to use third party middlewares.\n\n# Installation\n\n- Run `npm i @mayajs/cli -g` to install MayaJS globally in your local machine.\n  \u003e Install the latest [Node.js stable build](https://nodejs.org/en/download/) before running this command\n\n### If you want a simple routing library like express you can use our own [MayaJS Router](https://www.npmjs.com/package/@mayajs/router).\n\n# Quick Start\n\n- Run `maya new my-new-app`.\n- Run `cd my-new-app` to go inside your project folder.\n- Run `maya serve` to start your MayaJS project.\n\n\u003e In the case where the port number is already in use or in the case when you want to run it on a different port number, use `--port` to specify a different port. **i.e. `maya serve --port=4444`**\n\n# Ecosystem\n\n| Project          | Description            |\n| ---------------- | ---------------------- |\n| [@mayajs/core]   | MayaJS core library    |\n| [@mayajs/common] | MayaJS common modules  |\n| [@mayajs/router] | NodeJS routing library |\n| [@mayajs/cli]    | Project scaffolding    |\n| [@mayajs/mongo]  | MongoDB Plugin         |\n| [@mayajs/sql]    | SQL Plugin             |\n\n[@mayajs/core]: https://github.com/mayajs/maya\n[@mayajs/common]: https://github.com/mayajs/common\n[@mayajs/router]: https://github.com/mayajs/router\n[@mayajs/cli]: https://github.com/mayajs/cli\n[@mayajs/mongo]: https://github.com/mayajs/mongo\n[@mayajs/sql]: https://github.com/mayajs/sql\n\n# Documentation\n\nTo check out [live examples](https://github.com/mayajs/sample) and docs, visit [mayajs.io](https://mayajs.io).\n\n## Collaborating\n\nSee collaborating guides [here.](https://github.com/mayajs/maya/blob/main/COLLABORATOR_GUIDE.md)\n\n## People\n\nAuthor and maintainer [Mac Ignacio](https://github.com/mackignacio)\n\n## License\n\n[MIT](https://github.com/mayajs/maya/blob/master/LICENSE)\n","funding_links":[],"categories":["Maya Js"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayajs%2Fmaya","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmayajs%2Fmaya","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayajs%2Fmaya/lists"}