Appweb 4 Arrives
It has been a long time coming, but Appweb 4.0 is here! It has been two years of development and test followed by a long beta period.
This is a huge release and a big advance over its predecessor in nearly every aspect. Performance has been enhanced, and there are powerful new capabilities such as the Embedded Server Pages web framework and the new request Router. But most of all, there are hundreds of little improvements that add up to the fastest and most secure embedded web server.
New Features
I’ll be writing more about individual features, but here is a list of some of the top Appweb 4.0 features:
- Embedded Server Pages web framework
- Integrated response caching
- Request Router with regular expression matcher
- Multi-language support
- Detailed request logging and tracing
- Powerful configuration and building via MakeMe
Embedded Server Pages
Embedded Server Pages (ESP) is a Rails-like, MVC web framework to “C” language coders. It includes URL routing, binding URLs to C functions, templates with layout pages, theming, integration with jQuery, generation of HTML5, support for SQLite or a high-performance in-memory database and an application generator for quick scaffolds. ESP makes development easy by dynamically recompiling and reloading “C” controllers and templated web pages with embedded C code. It feels like a scripting environment, but offers the raw speed of native code. Read more about ESP at: https://embedthis.com/esp/doc/.
To learn more about Appweb, read the doc: https://embedthis.com/appweb/doc/.
Or download from: https://embedthis.com/appweb/download.html.
Comments
{{comment.name}} said ...
{{comment.message}}Messages are moderated.
Your message will be posted shortly.
Your message could not be processed at this time.
Error: {{error}}
Please retry later.