All Projects → jacksplwxy → Wechat Weapp Game Tnfb

jacksplwxy / Wechat Weapp Game Tnfb

一款基于腾讯云wafer2方案的实时在线答题微信小程序,类似头脑王者

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Wechat Weapp Game Tnfb

Taro Ui
一款基于 Taro 框架开发的多端 UI 组件库
Stars: ✭ 3,806 (+589.49%)
Mutual labels:  wxapp
Okam
Mini program development framework
Stars: ✭ 399 (-27.72%)
Mutual labels:  wxapp
Stowaway
👻Stowaway -- Multi-hop Proxy Tool for pentesters
Stars: ✭ 500 (-9.42%)
Mutual labels:  tunnel
Docker Ngrok
An Ngrok v2 container based on wizardapps/ngrok and fnichol/ngrok
Stars: ✭ 368 (-33.33%)
Mutual labels:  tunnel
Iodine
Official git repo for iodine dns tunnel
Stars: ✭ 3,950 (+615.58%)
Mutual labels:  tunnel
Udp2raw Tunnel
A Tunnel which Turns UDP Traffic into Encrypted UDP/FakeTCP/ICMP Traffic by using Raw Socket,helps you Bypass UDP FireWalls(or Unstable UDP Environment)
Stars: ✭ 4,839 (+776.63%)
Mutual labels:  tunnel
Reqrypt
A censorship circumvention tool
Stars: ✭ 337 (-38.95%)
Mutual labels:  tunnel
Ithome Lite
🥛 IT之家第三方小程序版客户端(使用 mpvue 开发,兼容 web)
Stars: ✭ 531 (-3.8%)
Mutual labels:  wxapp
Announcement
Stars: ✭ 391 (-29.17%)
Mutual labels:  tunnel
Wechat Weapp Mapdemo
微信小程序开发mapdemo,地图导航、marker标注
Stars: ✭ 491 (-11.05%)
Mutual labels:  wxapp
Telepresence
Local development against a remote Kubernetes or OpenShift cluster
Stars: ✭ 4,491 (+713.59%)
Mutual labels:  tunnel
Xray Core
Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration.
Stars: ✭ 6,908 (+1151.45%)
Mutual labels:  tunnel
Lanproxy
lanproxy是一个将局域网个人电脑、服务器代理到公网的内网穿透工具,支持tcp流量转发,可支持任何tcp上层协议(访问内网网站、本地支付接口调试、ssh访问、远程桌面、http代理、https代理、socks5代理...)。技术交流QQ群 678776401
Stars: ✭ 4,784 (+766.67%)
Mutual labels:  tunnel
Wxapp Boilerplate
使用 webpack, babel, scss 开发的微信/支付宝小程序项目脚手架
Stars: ✭ 367 (-33.51%)
Mutual labels:  wxapp
Wux Weapp
🐶 一套组件化、可复用、易扩展的微信小程序 UI 组件库
Stars: ✭ 4,706 (+752.54%)
Mutual labels:  wxapp
Udpspeeder
A Tunnel which Improves your Network Quality on a High-latency Lossy Link by using Forward Error Correction, possible for All Traffics(TCP/UDP/ICMP)
Stars: ✭ 3,699 (+570.11%)
Mutual labels:  tunnel
Exodus
network proxy and tunnel (VPN)
Stars: ✭ 432 (-21.74%)
Mutual labels:  tunnel
Sigmavpn
Light-weight, secure and modular VPN solution which makes use of NaCl encryption (also available for Android using jnacl in "sigmavpn-android")
Stars: ✭ 531 (-3.8%)
Mutual labels:  tunnel
Awesome Anti Censorship
curated list of open-source anti-censorship tools
Stars: ✭ 521 (-5.62%)
Mutual labels:  tunnel
Wxappunpacker
wxml被“编译“后”压缩“一下多好!😀
Stars: ✭ 4,487 (+712.86%)
Mutual labels:  wxapp

wechat-weapp-Game-TNFB

一款基于wafer2方案的实时在线答题微信小程序游戏

##技术栈:

  • 前端:微信小程序
  • 后端:koa+knex

软件截图:

图1  图2   图3 图4

项目特点:

  • 包含前后端整套代码
  • 采用wafer2-node解决方案,前端一个人即可完成整个项目
  • 采用websocket,实现实时通信

目录结构说明:

├─client # 小程序端代码
│   ├─imgs # 图片存放处
│   ├─pages # 各个页面代码的存放处
│   │─utils # 工具包
│   ├─app.js # 全局JS
│   ├─app.json # 全局配置
│   ├─app.wxss # 全局样式
├─server # 服务器端代码
└─project.config.json # 项目配置      

使用步骤:

1、克隆项目到本地:git clone [email protected]:wechat-wxapp/wechat-weapp-Game-TNFB.git 
2、开通腾讯云
3、修改client/config.js,修改请求地址为腾讯云解决方案分配的域名。修改appId为你的appId。
4、修改server/config.js,修改appId、appSecret为你自己的,默认的数据库密码为appId。
5、真机上测试注意打开调试默认,绕过域名检测。

项目用于学习交流, 转载请注明出处

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].