# dexas-poker **Repository Path**: liuwenchun/dexas-poker ## Basic Information - **Project Name**: dexas-poker - **Description**: 【游戏案例】【棋牌】【德州】【服务端:node】cocos creator - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 13 - **Created**: 2019-02-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dexas-poker By Mango ## 客户端使用 [Cocos Creator](http://www.cocos.com/creator) client side designed by [Cocos Creator](http://www.cocos.com/creator) ## 服务端使用 [Node.js](https://github.com/nodejscn/node-api-cn) server side designed by [Node.js](https://github.com/nodejscn/node-api-cn) 使用 socket.io 进行客户端与服务端之间的通讯 use socket.io to communicate between client side and server side. 使用 redis 进行数据缓存(金钱,牌型,下注) use redis to cache data. (money,poker,bet)