mirror of
https://github.com/oatpp/oatpp.git
synced 2024-11-21 03:14:51 +08:00
Basic README
This commit is contained in:
parent
28e6032dd9
commit
77cc52a123
21
README.md
21
README.md
@ -1 +1,20 @@
|
||||
# oatpp-lib
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user