Smart and powerful application framework and server
Go to file
2015-06-16 18:21:48 +02:00
BinaryAssets BinaryAssets & Fixes 2015-01-30 17:45:30 +01:00
Configuration Refactoring, Bugfix & Updates 2014-10-19 19:19:11 +02:00
ConfigurationDB Logging Web Interface 2015-02-26 16:37:36 +01:00
CustomerDB Refactoring, Bugfix & Updates 2014-10-19 19:19:11 +02:00
Handlers Admin Interface & Handlers 2014-11-06 17:49:04 +01:00
ICCC Added documentation 2015-06-16 17:39:06 +02:00
Log Optimise the locking time 2015-03-25 21:00:15 +01:00
MimeTypes Added a new MIMEType 2015-03-25 17:41:54 +01:00
NumGen Refactoring, Bugfix & Updates 2014-10-19 19:19:11 +02:00
Robots Refactoring, Bugfix & Updates 2014-10-19 19:19:11 +02:00
Shutdown Misc. 2014-11-07 13:00:55 +01:00
StaticFiles BinaryAssets & Fixes 2015-01-30 17:45:30 +01:00
System Logging Web Interface 2015-02-04 07:58:23 +01:00
Templates Logging Web Interface 2015-02-04 07:58:23 +01:00
Tools Bug Fixes 2015-03-09 15:32:48 +01:00
WebContent Refactoring, Bugfix & Updates 2014-10-19 19:19:11 +02:00
WebServer Logging expire & Bugfix 2014-11-07 17:31:21 +01:00
LICENSE Update License to 2-clause BSD 2014-03-15 16:08:44 +01:00
Main.go Typo 2014-11-07 17:32:02 +01:00
README.md Update README.md 2015-06-16 18:21:48 +02:00
Variables.go Admin Interface & Handlers 2014-11-07 10:46:33 +01:00

Ocean

Ocean is a smart and powerful application framework and server which uses the KISS principle ("Keep it simple, stupid"). It enables you to develop (distributed) (web or Internet of Things) applications. Therefore, Ocean contains several components to support you:

  • A distributed logging component with different loggers (log to console, to a database cluster, admin's web view)
  • A public facing webserver
  • A private facing webserver (e.g. for administration issues)
  • A messaging component called ICCC to communicate with all of your servers (or even with other parts at different programming languages at different servers)
  • A template engine for web applications
  • A half-automated configuration management
  • A simple I18N support
  • A simple database abstraction which MongoDB as database back-end