-
Notifications
You must be signed in to change notification settings - Fork 17
Home
Fawad Shaikh edited this page Mar 22, 2023
·
8 revisions
Wick is a revolutionary software development framework designed for the modern era of application development. It brings a new level of reusability, security, and scalability to your projects, enabling you to build applications that can run on both server and client sides seamlessly.
- Security: Wick uses WebAssembly to sandbox all dependencies, providing a secure environment for applications by restricting functionality to CPU only by default and isolating memory per transaction. Run third-party precompiled code securely without risking data exfiltration.
- Composability: Connect Wick components together with a manifest, allowing for easy swapping of dependencies and efficient application building.
- Productivity: With standardized interfaces, complex integrations become a thing of the past, making it easier to develop and maintain your applications.
- Testability: Wick's test runner enables rapid unit testing on the command line, streamlining the testing process.
- Maintainability: Wick allows you to scale and adapt your application independently, easily turning parts into microservices or worker instances.
- Versatility: Wick allows you to run the same code on both server and client sides, reducing development time and effort while maintaining consistency across your application.
Dive deeper into the Wick Framework by exploring the following sections:
- Introduction
- Getting Started
- Core Concepts
- Tutorials
- API Reference
- Examples
- FAQs
- Troubleshooting
- Contributing
- Community
- License
We're excited to have you join the Wick community and look forward to seeing the amazing applications you'll create with the Wick Framework!