From 7ac0ab24285bcc75dcae87738b8c2774d36a1a95 Mon Sep 17 00:00:00 2001 From: adodefeatedbylife <1528180+adoontheway@users.noreply.github.com> Date: Sat, 6 May 2023 21:48:55 +0800 Subject: [PATCH] add nano-client-ts (#102) actually it is for cocos creator --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 947df623..5415b0c8 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,9 @@ func (manager *PlayerManager) Login(s *session.Session, msg *ReqPlayerLogin) err + [nano-websocket-client](https://github.com/lonnng/nano-websocket-client) + [nano-egret-client](https://github.com/lonnng/nano-egret-client) +- Typescript/cocos-creator + + [nano-client-ts](https://github.com/adoontheway/nano-client-ts) + - Demo + [Implement a chat room in 100 lines with nano and WebSocket](./examples/demo/chat) + [Tadpole demo](./examples/demo/tadpole)