Java's new application development framework. Faster, smaller, and easier!
2 to 3 times more concurrency Memory saving 1/3 ~ 1/2; Startup is 5-10 times faster. Packs can be shrunk to 1/2 to 1/10
Built from scratch, it has its own standard specification and open ecology
Better cost performance for computing:
- Reduced runtime cost: 2-3 times more concurrency per second Memory saving 1/3 ~ 1/2
Greater developer productivity and a simpler coding experience:
- Reduced learning cost: simple source code; It is easy for beginners to get started; Easy to use
- Debugging efficiency: restarts are 5-10 times faster; Locate problems faster
Faster production and deployment experience:
- Smaller service packs, faster CI/DI: 1/2-1/10 pack size
- Cloud native is more friendly (faster image pull, faster container ready) : packaging is 1/2-1/10 smaller, startup is 5-10 times faster
Freer runtime compatibility options:
- Supports java8, java11, java17, java21 runtime as well
- solon
- solon cloud
- Official website address:https://solon.noear.org
- Official website supporting demos:https://gitee.com/noear/solon-examples
- Project unit test:__test
- User case:User open source project、User business project