Skip to content

GitStorageOne/mORMot.REST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# mORMot.REST
Testing mORMot REST capabilities.
It's my first meeting with mORMot, so, something may be unoptimized or implemented wrong.
Feel free to post your suggestions. Don't forget that this is not final build, there is a lot to do.
Latest version available here: https://github.com/GitStorageOne/mORMot.REST

I use REST services via interfaces, IMO it's more friendly for developers.
You may find that project group contain both server and client projects.
In addition, you can use .jmx files with apache jmeter to simulate multiclient heavy load via HTTP connection.

screenshot

2do

Category / Status Feature
mORMot REST architecture
done Services via interfaces
Protocol usage
done HTTP (socket)
done › HTTP (http.sys)
done ›› HTTPS (http.sys + SSL)
done › HTTP (http.sys + AES-CFB 256)
done HTTP (web socket)
done › WebSocket (bidirectional, JSON)
done › WebSocket (bidirectional, Binary)
done › WebSocket (bidirectional, Binary + AES)
done Named pipe (on local PC or LAN network)
Method interfaces
done IRestMethods (no session support).
. IRestMethodsEx (session support, callback support).
Authentication schemes
done No authentication
done Default
done None
done HTTP Basic
done SSPI
Authorization
done Allow all to execute any method
done Deny all to execute any method
done Follow method / group settings
jmx test plan (without authentication)
done Method call via URL
done Send parameters via body
done Method result as JSON object
done Send JSON objects via body
done Send multiple JSON objects via body
done Custom method result
done Detect empty parameters from server side
Other
done Improve certificate installation to support windows 7 (for https).
. HTTP/s proxy bypass
. Improve speed while log output enabled
? Apply roles and groups without restart (if possible, not sure, need check)
(optional) Refactoring

Official Synopse mORMot repository available here.
Official Synopse mORMot documentation available here.

About

Testing mORMot REST capabilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published