Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zfoo-project/zfoo-sdk-typescript-javascript-cocos-web-h5

zfoo sdk of typescript and javascript for coscos and web
https://github.com/zfoo-project/zfoo-sdk-typescript-javascript-cocos-web-h5

cocos h5 javascript sdk typescript web zfoo

Last synced: 10 days ago
JSON representation

zfoo sdk of typescript and javascript for coscos and web

Awesome Lists containing this project

README

        

# zfoo sdk typescript javascript cocos web h5

zfoo sdk of typescript and javascript for coscos and web

```
support TypeScript in web

support JavaScript in web

support TypeScript in Cocos
```

# Start Server

- start websocket server in [WebsocketServerTest](https://github.com/zfoo-project/zfoo/blob/main/net/src/test/java/com/zfoo/net/core/websocket/server/WebsocketServerTest.java)

# Start Client

- ask and await usage

```
var response: WebsocketHelloResponse = await asyncAsk(request);
```

- send packet

```
send(request)
```

- install
```
nodejs

If you are running it in idea, you need to install the plug-in first, Run Configuration for TypeScript

The test environment of nodejs needs to modify the ByteBuffer to use the util.Text Encoder of nodejs
```