From 688727458ba8e35af25ff3a76458325a2a4b8ef8 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 16 Jun 2015 18:21:48 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 877b381..f5f62f9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ Ocean ===== -Powerful but simple Go application server and web framework. +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