Skip to content

Commit fe52e7a

Browse files
[ci skip] readme
1 parent 4e2ee33 commit fe52e7a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/source/custom_sockets.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
Custom 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
1212
API call.
1313

1414
Creating a custom socket

0 commit comments

Comments
 (0)