Update README.md

This commit is contained in:
Thorsten Sommer 2015-06-16 18:21:48 +02:00
parent 4dde992cfc
commit 688727458b

View File

@ -1,4 +1,12 @@
Ocean 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