Skip to content
Alexander Söderberg edited this page Jan 16, 2016 · 11 revisions

Welcome to our wiki!

IntellectualServer is our own handcrafted webserver, written entirely in Java. It is not meant to replace your traditional webserver (such as Nginx), but can be used on its own - If you so desire. We initially created this piece of software, as we needed a simple way to use java to create dynamic content. We found this usable in more situtations than the one we first imagined. That lead us to continue developing the server, into what it is today.

IntellectualServer is made to support both static and dynamic content, with built in caching and back-end speed optimization, we are proud to present what we think is the new generation of Java web development.

System Requirements

Minimum

  • OS: Any OS that supports the Java virtual machine
  • RAM: 128MB RAM allocated to the runtime
  • Java Version: Java 1.7+

Recommended

  • OS: Debian based OS (Such as Ubuntu) | Windows 7 and up
  • RAM: 1024MB RAM allocated to the runtime
  • Java Version: Java 1.8+

Navigation

Templates

Configuration

Files can be found in .kvantum/config

Views

/commands

Development

Clone this wiki locally