Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/alien-bunny/ab

Package ab is the main package of the Alien Bunny web development kit. This package contains the server and the middlewares of the framework. If you want to get started, you probably want to take a look at Hop and PetBunny. The lowest level component is the Server component. It is a wrapper on the top of httprouter that adds middlewares along with a few useful features. On the server you can configure Services. Services are logical units of endpoints that share a piece of schema. On the top of the services, there are resources. Resources are CRUD endpoints. There are delegates and event handlers that help augmenting the functionality of the ResourceController. Entities are a pointer to a struct that can be stored in a database. EntityController automatically does CRUD on entities, and the operations can be customized with delegates and event handlers. EntityResource combines the EntityController and the ResourceController to easily expose an entity through API endpoints. Quick and dirty usage:

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/alien-bunny/ab
Keywords: cmf, content, framework, go, golang, management
License: Apache-2.0
Latest release: almost 6 years ago
First release: almost 6 years ago
Namespace: github.com/alien-bunny
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 19 days ago

    Loading...
    Readme
    Loading...