You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_EN.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,10 @@ Asynframe framework solves the six problems mentioned above in the process of so
38
38
3. Embed the micro thread core object into other threads to isolate other codes, so as to facilitate code reconstruction.
39
39
4. Get a very smooth user experience through the asynchronous execution framework.
40
40
5. The unified development template, non locking mechanism, high-performance IO framework and demo reduce the learning cost of developers. It can rapidly develop stable and high-performance application modules. It can greatly reduce the amount of developed code.
41
-
6. Support network UDP/TCP port multiplexing framework.
42
-
7. Support Lua framework.
43
-
8. Support JVM framework.
41
+
6. Support network UDP/TCP port multiplexing framework.
42
+
7. Support Lua framework.
43
+
8. Support JVM framework.
44
+
9. Support Python framework.
44
45
45
46
|module|type|function|demo|
46
47
|:--|:--|:--|:--|
@@ -64,7 +65,7 @@ Asynframe framework solves the six problems mentioned above in the process of so
64
65
|zip|plugin|Implementation of IDataTransmit interface based on zlib-1.2.11.0<br>1.implement zip files<br>2.deflate/inflate data|\support\testframe|
65
66
|sqlite|plugin|Implementation of IOsCommand interface based on sqlite-3.3.20|\support\testframe|
66
67
|Dtp|plugin[asyncock]|port reuse framework to implement tcp/udp|support testnetserver_ dtp-tcp.port<br>\support\testnetserver_ dtp-udp.port|
67
-
|lua|plugin|Implementation of IOsCommand interface based on lua-5.4.4 lua framework|\support\testlua\testlua<br>\support\testlua\testapi|
68
+
|lua|plugin|Implementation of IOsCommand interface lua framework|\support\testlua\testlua<br>\support\testlua\testapi|
68
69
|jvmproxy|plugin|Implementation of IOsCommand interface java framework|\support\testjava\testjvm<br>\support\testjava\testapi<br>[javax](https://github.com/netsecsp/javax)|
69
70
|python38/python312|plugin|Implementation of IOsCommand interface python framework|\support\testpython\testpython<br>\support\testpython\testapi|
70
71
@@ -86,7 +87,7 @@ Asynframe framework solves the six problems mentioned above in the process of so
86
87
87
88
1. The include / lib path corresponding to asynframe needs to be set in the project
88
89
2. Select and link the corresponding asynsdk of asynframe according to the runtime of the asynsdk_mini-[MD/MDd/MT/MTd].lib
0 commit comments