Xamboo v1.7.0
Extremely fast databaseless CMS/API/APP and Web Server framework.
- Build Static, Dynamic Pages, RestAPIs, GraphAPIs, on multisites and virtual hosts.
- Support Auth, SSL, Minifying of code, Compress and many other components, also personalized components.
- Contains many types of engines and personalized engines to distribute code.
- Auto Compile new pages and apps in GO without restarting the server (as plugin modules).
- Contains a CMS with advanced Meta language.
- Optimized for content distribution to portals with heavy load.
- Content-format agnostic: content can be HTML, XHTML, XML, SGML, javascript, JSON, PDF, images, videos, etc,
- No database dependency, although it is possible to use a database if wished.
- Can handle millions of pages per month (~500 pages per second in real environment, up to 3000 requests per second on tests, basic server ).
New in this version:
- global pluginprefix and hostname parameters added to the configuration .json files. Those parameters are needed when you run multiple instances of the xamboo based on the same directory/code, to compile and load all the .so plugins to avoid conflicts ( name as pluginprefix + "-" + hostame + "library.so." + serial )
- Compiler enhanced to better log compiled code with elapsed time, library, output errors.