Catupiry is a high-performance web framework for Go with a built-in plugin system and a wide range of modules.
Note: This framework is currently under active development and may undergo significant changes. Use it at your own risk.
- High performance: Catupiry is designed to be fast and efficient, allowing you to build scalable web applications.
- Plugin system: The framework comes with a flexible plugin system that enables you to extend its functionality and customize your application.
- Modularity: Catupiry offers a variety of modules to handle common tasks such as routing, authentication, database integration, and more. You can choose the modules that best suit your needs and easily integrate them into your application.
- Ease of use: With a simple and intuitive API, Catupiry makes it easy to develop web applications in Go, even for developers new to the language.
To install Catupiry, you need to have Go installed and set up on your system. Once you have Go installed, you can use the following command to install Catupiry:
go get github.com/catupiry/catu
Here's a basic example of how to create a simple Catupiry application:
For more detailed instructions and examples, please refer to the documentation.
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request on the GitHub repository.
Catupiry is released under the MIT License.