Supercell is a framework for creating RESTful APIs that loosely follow the idea of domain driven design. Writing APIs in supercell begins with creating the domain classes using schematics and creating code for storing, manipulating and querying the data. Only then Tornado request handlers are created and scales will give you insights into the running API instance. At this point supercell will take care of transforming the incoming and outgoing serializations of the domain models.
In order of contribution:
- Daniel Truemper @truemped
- Marko Drotschmann @themakodi
- Tobias Guenther @tobigue_
- Matthias Rebel @_rebeling
- Fabian Neumann @hellp
Licensed under Apache 2.0 -- see LICENSE