{"id":15015910,"url":"https://github.com/256dpi/fire","last_synced_at":"2025-12-15T12:09:42.206Z","repository":{"id":8576069,"uuid":"58886789","full_name":"256dpi/fire","owner":"256dpi","description":"An idiomatic micro-framework for building Ember.js compatible APIs with Go.","archived":false,"fork":false,"pushed_at":"2024-04-15T21:09:04.000Z","size":2621,"stargazers_count":56,"open_issues_count":5,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-26T04:34:43.307Z","etag":null,"topics":["ember","emberjs","framework","go","golang","json-api","jsonapi","mongodb","oauth2"],"latest_commit_sha":null,"homepage":"","language":"Go","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/256dpi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-05-15T22:04:47.000Z","updated_at":"2025-01-02T10:06:50.000Z","dependencies_parsed_at":"2024-06-19T11:15:41.235Z","dependency_job_id":"414bd1d4-0eb9-4b16-bd82-f588e7607616","html_url":"https://github.com/256dpi/fire","commit_stats":null,"previous_names":["gonfire/fire"],"tags_count":147,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/256dpi%2Ffire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/256dpi%2Ffire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/256dpi%2Ffire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/256dpi%2Ffire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/256dpi","download_url":"https://codeload.github.com/256dpi/fire/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248545997,"owners_count":21122243,"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":["ember","emberjs","framework","go","golang","json-api","jsonapi","mongodb","oauth2"],"created_at":"2024-09-24T19:48:08.337Z","updated_at":"2025-12-15T12:09:41.722Z","avatar_url":"https://github.com/256dpi.png","language":"Go","readme":"\u003cimg src=\"https://joel-github-static.s3.amazonaws.com/gonfire/logo.png\" alt=\"Logo\" width=\"256\"/\u003e\n\n# Go on Fire\n\n[![Test](https://github.com/256dpi/fire/actions/workflows/test.yml/badge.svg)](https://github.com/256dpi/fire/actions/workflows/test.yml)\n[![GoDoc](https://godoc.org/github.com/256dpi/fire?status.svg)](http://godoc.org/github.com/256dpi/fire)\n[![Release](https://img.shields.io/github/release/256dpi/fire.svg)](https://github.com/256dpi/fire/releases)\n\n**An idiomatic micro-framework for building Ember.js compatible APIs with Go.**\n\n## Introduction\n\n**Go on Fire** is built on top of the wonderful built-in [http](https://golang.org/pkg/net/http) package, implements the [JSON API](http://jsonapi.org) specification through the dedicated [jsonapi](https://github.com/256dpi/jsonapi) library, uses the official [mongo](https://github.com/mongodb/mongo-go-driver) driver for persisting resources with [MongoDB](https://www.mongodb.com), and leverages the dedicated [oauth2](https://github.com/256dpi/oauth2) library to provide out-of-the-box support for [OAuth2](https://oauth.net/2/) authentication using [JWT](https://jwt.io) tokens. Additionally, it provides packages for request authorization, asynchronous job processing, and WebSocket-based event sourcing.  \n\nThe deliberate and tight integration of these components provides a very simple and extensible set of abstractions for rapidly building backend services for websites that use [Ember.js](http://emberjs.com) as their frontend framework. Of course, it can also be used in conjunction with any other single-page application framework or as a backend for native mobile applications.\n\nTo get started with building with Go on Fire, refer to the [package documentation](https://godoc.org/github.com/256dpi/fire) for more detailed information on the types and methods. Also, have a look at the [example](https://github.com/256dpi/fire/tree/master/example) application that uses most Go on Fire features.\n\n## Features\n\nGo on Fire ships with built-in support for various features to provide a complete toolkit for ambitious projects:\n\n- Declarative definition of models and resource controllers.\n- Custom group, collection, and resource actions.\n- Built-in validators incl. automatic relationship validation.\n- Callback-based plugin system for easy extendability.\n- Integrated asynchronous and distributed job processing system.\n- Event sourcing via WebSockets and SSE.\n- Declarative authentication and authorization framework.\n- Integrated OAuth2 authenticator and authorizer.\n- Support for tracing via [opentracing](https://opentracing.io).\n\n## Installation\n\nTo get started, install the package using the go tool:\n\n```bash\n$ go get -u github.com/256dpi/fire\n```\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2016 Joël Gähwiler\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F256dpi%2Ffire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F256dpi%2Ffire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F256dpi%2Ffire/lists"}