# grace **Repository Path**: daan/grace ## Basic Information - **Project Name**: grace - **Description**: cocos creator使用protocol buff的DEMO - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2018-07-26 - **Last Updated**: 2022-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 探索CocosCreator正确编程姿势 本例是用CocosCreator实现一个简单的聊天室,主要是演示在CocosCreator工程中如何优雅的管理三方库、使用ProtoBuff 、模块化编程。 # 运行环境 1.进入项目目录安装 npm 依赖 >npm install 2.启动服务器 >cd server \ node index.js 3.运行客户端 使用cocoscreator打开项目即可运行.