implement typescript server, bug fix
commitef765f8f1661214d2b342d23d22e178d80a10bcb
authorpartic <pursuer2@aliyun.com>
Sun, 6 Aug 2023 15:16:07 +0000 (6 23:16 +0800)
committerpartic <pursuer2@aliyun.com>
Sun, 6 Aug 2023 15:16:07 +0000 (6 23:16 +0800)
tree01e6ae4ede4c684a790ef21813cdb5dd36229efc
parent03e95007fa65284695b8259e62eceb2a3cf57562
implement typescript server, bug fix
16 files changed:
README.md
java/src/pursuer/pxprpc/AbstractCallable.java [deleted file]
java/src/pursuer/pxprpc/BuiltInFuncList.java
java/src/pursuer/pxprpc/EventDispatcher.java
java/src/pursuer/pxprpc/MethodCallable.java
java/src/pursuer/pxprpc/PxpObject.java [moved from java/src/pursuer/pxprpc/Ref.java with 84% similarity]
java/src/pursuer/pxprpc/ServerContext.java
java/src/pursuer/test/PxpRpc.java
python/pxprpc/backend.py
python/pxprpc/client.py
python/pxprpc/common.py
python/pxprpc/server.py
python/pxprpc/tests.py
typescript/pxprpc/base.ts
typescript/pxprpc/extend.ts
typescript/pxprpc/tests.ts