Hello there,
We're in a project where Quickserver will be used as a middleware between devices (socket comunication) and a Web Application.
|----------------------------------------|
| |
| Web App |
|_______________________|
|
|
|----------------------------------------|
| |
| SocketServer (QS) |
|_______________________|
|
|
|----------------------------------------|
| |
| Devices |
|_______________________|
What do you guys reccomend to comunication between QuickServer and WebApp? We're thinking about Services (REST).
Anybody already did something like that? In positive case, how to user REST standard with QuickServer framework?
Giliardi