From 77cc52a12336200b9a1f56043be28cb712205967 Mon Sep 17 00:00:00 2001 From: Leonid Stryzhevskyi Date: Tue, 13 Mar 2018 06:04:53 +0200 Subject: [PATCH] Basic README --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c75af44..c249eb36 100644 --- a/README.md +++ b/README.md @@ -1 +1,20 @@ -# oatpp-lib \ No newline at end of file +# oat++ + +Zero-Dependency. Performance oriented web-service-development framework. +Organic. Pure C++. + +## Features + +- Blazingly fast +- Zero Dependency, no installations +- Socket agnostic. (Use whatever transport. Whatever sockets, pipes, files. etc. Whatever SSL backend. It cares about HTTP stream only) +- REST framework +- Retrofit-like client wrapper (Use whatever request executor for example cURL, or minimalistic one provided out of the box) +- Object mapping (Fast object serialization-deserialization. Currently JSON, more formats comes shortly) +- Simple dependency injection framework +- HTTP_1.1 (2.0 comes shortly) +- Multithreaded server + +## How to start + +Grab any project from examples, and follow README