{"id":23163017,"url":"https://github.com/tarsislimadev/abackend","last_synced_at":"2025-08-18T03:31:58.088Z","repository":{"id":191654237,"uuid":"685112314","full_name":"tarsislimadev/abackend","owner":"tarsislimadev","description":"Easy Back-end Node.js library","archived":false,"fork":false,"pushed_at":"2025-05-11T16:42:37.000Z","size":190,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T00:53:37.184Z","etag":null,"topics":["backend","nodejs","npm"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/abackend","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/tarsislimadev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"tarsislimadev","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":"https://link.mercadopago.com.br/brtmvdl"}},"created_at":"2023-08-30T14:40:57.000Z","updated_at":"2025-05-11T16:42:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"63e3a96a-e0e8-45d1-932a-c3aa9a44b0af","html_url":"https://github.com/tarsislimadev/abackend","commit_stats":null,"previous_names":["brtmvdl/backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tarsislimadev/abackend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarsislimadev%2Fabackend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarsislimadev%2Fabackend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarsislimadev%2Fabackend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarsislimadev%2Fabackend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarsislimadev","download_url":"https://codeload.github.com/tarsislimadev/abackend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarsislimadev%2Fabackend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270940337,"owners_count":24671669,"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-18T02:00:08.743Z","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":["backend","nodejs","npm"],"created_at":"2024-12-18T00:15:22.443Z","updated_at":"2025-08-18T03:31:57.904Z","avatar_url":"https://github.com/tarsislimadev.png","language":"JavaScript","funding_links":["https://github.com/sponsors/tarsislimadev","https://link.mercadopago.com.br/brtmvdl"],"categories":[],"sub_categories":[],"readme":"[![abackend](./images/abackend.png)](https://www.npmjs.com/package/abackend)\r\n\r\nEasy Back-end Node.js library\r\n\r\n[![NPM Downloads by package author](https://img.shields.io/npm-stat/dw/tarsislimadev?label=NPM%20Downloads)](https://www.npmjs.com/package/abackend) [![github/stars](https://img.shields.io/github/stars/tarsislimadev/abackend?style=social)](https://img.shields.io/github/stars/tarsislimadev/abackend?style=social) \r\n\r\n## donate\r\n\r\n[Donate](https://link.mercadopago.com.br/brtmvdl)\r\n\r\n## how to write an app\r\n\r\nWatch on [Youtube](https://youtu.be/h1d-yo2yovk) how to get started with creating a new app using ABACKEND, following these steps:\r\n\r\n### create a package.json file\r\n\r\n```sh\r\n# bash\r\nnpm init -y\r\n```\r\n\r\n### install ABACKEND\r\n\r\n```sh\r\n# bash\r\nnpm i abackend\r\n```\r\n\r\n### write your server\r\n\r\n```js\r\n// index.js\r\n\r\nconst { Server } = require('abackend')\r\n\r\nconst server = new Server()\r\n\r\nserver.get('/', (req, res) =\u003e res.setJSON({ id: Date.now() }))\r\n\r\nserver.listen(80).then((port) =\u003e console.log(`PORT: ${port}`))\r\n\r\nserver.listen(8080) // more instances\r\n```\r\n\r\n### start your server\r\n\r\n```sh\r\nnode index.js\r\n```\r\n\r\n## author\r\n\r\n[@tarsislimadev](https://www.linkedin.com/in/tarsislimadev/)\r\n\r\n## license\r\n\r\n[MIT](./LICENSE)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarsislimadev%2Fabackend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftarsislimadev%2Fabackend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarsislimadev%2Fabackend/lists"}