{"id":13395765,"url":"https://github.com/angel-dart/angel","last_synced_at":"2025-10-23T05:25:00.154Z","repository":{"id":37432273,"uuid":"52719417","full_name":"angel-dart/angel","owner":"angel-dart","description":"[ARCHIVED] A polished, production-ready backend framework in Dart for the VM, AOT, and Flutter.","archived":true,"fork":false,"pushed_at":"2021-04-26T16:33:37.000Z","size":41475,"stargazers_count":1059,"open_issues_count":0,"forks_count":67,"subscribers_count":45,"default_branch":"master","last_synced_at":"2025-01-01T23:20:13.854Z","etag":null,"topics":["angel","angel-framework","dart","dart-web","framework","server","web","websocket-server"],"latest_commit_sha":null,"homepage":"https://angel-dart.dev/","language":"Dart","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/angel-dart.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},"funding":{"github":["thosakwe"]}},"created_at":"2016-02-28T12:11:51.000Z","updated_at":"2024-11-15T21:35:28.000Z","dependencies_parsed_at":"2022-09-09T20:02:27.811Z","dependency_job_id":null,"html_url":"https://github.com/angel-dart/angel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angel-dart%2Fangel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angel-dart%2Fangel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angel-dart%2Fangel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angel-dart%2Fangel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angel-dart","download_url":"https://codeload.github.com/angel-dart/angel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234410283,"owners_count":18828169,"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":["angel","angel-framework","dart","dart-web","framework","server","web","websocket-server"],"created_at":"2024-07-30T18:00:31.390Z","updated_at":"2025-09-27T07:31:48.627Z","avatar_url":"https://github.com/angel-dart.png","language":"Dart","funding_links":["https://github.com/sponsors/thosakwe"],"categories":["Server Frameworks","Libraries","Dart"],"sub_categories":["Server Frameworks"],"readme":"# ARCHIVED\nAngel is no longer being maintained. You can read my reasons for discontinuing the project here: https://www.reddit.com/r/dartlang/comments/h0z413/looks_like_the_angel_webbackend_framework_wont_be/ftpaxmo/\n\nAt the moment, there is one fork of Angel that adds null-safety support. If you intend to upgrade\nexisting Angel projects to the more recent versions of Dart, then it's your best bet.\n\nThe fork can be found here: https://github.com/dukefirehawk/angel\n\nExisting Angel projects have three options:\n* Remain on an older version of the Dart VM\n* Use the forked versions of the packages to support null-safety\n* Switch to a new framework, and/or language\n\nThanks for 4 years. It was a fun ride, but it's time for me to move on. :wave:\n\n---\n\n[![The Angel Framework](https://angel-dart.github.io/assets/images/logo.png)](https://angel-dart.dev)\n\n[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/angel_dart/discussion)\n[![Pub](https://img.shields.io/pub/v/angel_framework.svg)](https://pub.dartlang.org/packages/angel_framework)\n[![Build status](https://travis-ci.org/angel-dart/framework.svg?branch=master)](https://travis-ci.org/angel-dart/framework)\n![License](https://img.shields.io/github/license/angel-dart/framework.svg)\n\n**A polished, production-ready backend framework in Dart.**\n\n-----\n## About\nAngel is a full-stack Web framework in Dart. It aims to\nstreamline development by providing many common features\nout-of-the-box in a consistent manner.\n\nWith features like the following, Angel is the all-in-one framework you should choose to build your next project:\n* GraphQL Support\n* PostgreSQL ORM\n* Dependency Injection\n* Static File Handling\n* And much more...\n\nSee all the packages in the `packages/` directory.\n\n## Installation \u0026 Setup\n\nOnce you have [Dart](https://www.dartlang.org/) installed, bootstrapping a project is as simple as running a few shell commands:\n\nInstall the [Angel CLI](https://github.com/angel-dart/cli):\n\n```bash\npub global activate angel_cli\n```\n\nBootstrap a project:\n\n```bash\nangel init hello\n```\n\nYou can even have your server run and be *hot-reloaded* on file changes:\n\n```bash\ndart --observe bin/dev.dart\n```\n\nNext, check out the [detailed documentation](https://docs.angel-dart.dev/v/2.x) to learn to flesh out your project.\n\n## Examples and Documentation\nVisit the [documentation](https://docs.angel-dart.dev/v/2.x)\nfor dozens of guides and resources, including video tutorials,\nto get up and running as quickly as possible with Angel.\n\nExamples and complete projects can be found\n[here](https://github.com/angel-dart/examples-v2).\n\n\nYou can also view the [API Documentation](http://www.dartdocs.org/documentation/angel_framework/latest).\n\nThere is also an [Awesome Angel :fire:](https://github.com/angel-dart/awesome-angel) list.\n\n## Contributing\nInterested in contributing to Angel? Start by reading the contribution guide [here](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangel-dart%2Fangel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangel-dart%2Fangel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangel-dart%2Fangel/lists"}