-
Notifications
You must be signed in to change notification settings - Fork 7
Home
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.
A demo can be found at http://server.intellectualsites.com/
- OS: Any OS that supports the Java virtual machine
- RAM: 128MB RAM allocated to the runtime
- Java Version: Java 1.7+
- OS: Debian based OS (Such as Ubuntu) | Windows 7 and up
- RAM: 1024MB RAM allocated to the runtime
- Java Version: Java 1.8+
IntellectualServer
Files can be found in .kvantum/config
- Getting Started
- View Patterns
- File Patterns
- server.yml
views.yml- socketFilters.yml
- translations.yml
- SSL
- Getting Started
- Modules
- Hello World
- Plugins
- Events
- Account System
- Authorization
- Application System
- Sessions
- Create a view - OOP based
- Create a view - @Annotation based
- Middleware
- Extending Crush (Templating syntax)
- ViewReturn