source upload
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
# mORMot.REST
|
||||
Testing mORMot REST capabilities, a project from George.
|
||||
|
||||
FPC version by Alf, retrieved from https://github.com/LongDirtyAnimAlf/mORMot.REST
|
||||
|
||||
# Presentation
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
# 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][mormot-repo].
|
||||
Official Synopse mORMot documentation [available here][mormot-docs].
|
||||
|
||||
[mormot-repo]: <https://github.com/synopse/mORMot>
|
||||
[mormot-docs]: <http://synopse.info/files/html/Synopse%20mORMot%20Framework%20SAD%201.18.html>
|
Reference in New Issue
Block a user