-
Notifications
You must be signed in to change notification settings - Fork 93
Home
Dmitry edited this page Oct 20, 2020
·
14 revisions
ngrest is a simple C++ REST framework. It has small footprint, extremely fast and very easy in use.
Here you can find some useful documentation:
Help
Installation
- Installation guide with screenshots
- Installation guide with screenshots Windows
- Installation guide with screenshots OSX
- Build ngrest from source code
- Create and run a service manually
- Deploy ngrest under Apache2 Web Server
- Deploy ngrest under Nginx
Create and manage services
- Creating and starting a project guide with screenshots
- Example of ngrest service with using the complex types
- Using complex data types
- Using Nullable
- Using event loop
Filters
Misc
ngrest extensions