Skip to content

Commit b4dbdb0

Browse files
authored
Update README.md
1 parent 0ee47da commit b4dbdb0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# yii2-jsonrpc
1+
# Yii2 JSON-RPC
22

3-
This is Yii2-based JSON-RPC server implementation. CURRENTLY IN DEVELOPMENT. CONTRIBUTION, TESTING AND FEEDBACK ARE WELCOME.
3+
Yii2 extension for JSON-RPC server implementation. Works not as Remote Procedure Call, but Remote Action Call, therefor leaves all Yii2 power for your service. CURRENTLY IN DEVELOPMENT. CONTRIBUTION, TESTING AND FEEDBACK ARE WELCOME.
44

55
## Features
6-
* Uses full Yii2 power, because method string is translated into a route. You can keep using all the Yii2 feature
7-
such as routing, access control, etc.
6+
* Uses full Yii2 power, because method string is translated into a route.
87
* Supports batch processing.
98
* Fully [JSON-RPC 2.0](http://www.jsonrpc.org/specification) compliant.
109

0 commit comments

Comments
 (0)