File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 44Custom Sockets in Syncano
55=========================
66
7- ``Syncano `` gives its users an ability to create custom sockets. It means, that users can define
8- a very specific endpoints in their Syncano application, and use them as other Syncano
9- modules (Classes, Scripts, etc), using standard API calls.
10- Currently, custom sockets allow only one dependency - Scripts. It means that on the backend side ,
11- each API call executes a Script and result of the execution, is returned as a result of the
7+ ``Syncano `` gives its users an ability to create Custom Sockets. What it means is that users can define
8+ a very specific endpoints in their Syncano application, and use them exactly like they would any other Syncano
9+ module (Classes, Scripts, etc), using standard API calls.
10+ Currently, Custom Sockets allow only one dependency - Scripts. It means that under the hood ,
11+ each API call executes a Script, and result of this execution is returned as a result of the
1212API call.
1313
1414Creating a custom socket
You can’t perform that action at this time.
0 commit comments