Recipes
Recipes are a collection of guides and tutorials that attempt to cover and teach some common use-cases and patterns within the Sodacore framework.
Some guides will be step-by-step, while others will be more of a reference style, but all will contain code examples and explanations to help you understand how to use the framework.
Name | Description |
---|---|
Guided Demo | A step-by-step recipe re-creating the Demo project (a to-do application with HTTP and Discord interfaces). |
Plugin Development | A recipe on how to create your own Sodacore plugin, covering the basics of the plugin system and how to structure your code. |