All Projects → workcheng → Weiya

workcheng / Weiya

尾牙小程序

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Weiya

Ocbarrage
iOS 弹幕库 OCBarrage, 同时渲染5000条弹幕也不卡, 轻量, 可拓展, 高度自定义动画, 超高性能, 简单易上手; A barrage render-engine with high performance for iOS. At the same time, rendering 5000 barrages is also very smooth, lightweight, scalable, highly custom animation, ultra high performance, simple and easy to use!
Stars: ✭ 589 (+184.54%)
Mutual labels:  danmu, weixin
Ocbarrage
iOS 弹幕库 OCBarrage, 同时渲染5000条弹幕也不卡, 轻量, 可拓展, 高度自定义动画, 超高性能, 简单易上手; A barrage render-engine with high performance for iOS. At the same time, rendering 5000 barrages is also very smooth, lightweight, scalable, highly custom animation, ultra high performance, simple and easy to use!
Stars: ✭ 294 (+42.03%)
Mutual labels:  danmu, weixin
Mojo
✨ Mojolicious - Perl real-time web framework
Stars: ✭ 2,298 (+1010.14%)
Mutual labels:  websocket
Basic
Basic Interpreter for the ESP8266
Stars: ✭ 206 (-0.48%)
Mutual labels:  websocket
Thunderpush
Push messages to browsers in real-time ⚡️
Stars: ✭ 202 (-2.42%)
Mutual labels:  websocket
Netty Websocket
a fully-functioning websocket server built on netty.
Stars: ✭ 201 (-2.9%)
Mutual labels:  websocket
Symphony
🎶 一款用 Java 实现的现代化社区(论坛/BBS/社交网络/博客)平台。
Stars: ✭ 13,080 (+6218.84%)
Mutual labels:  websocket
Demo Project
存放学习过程中的demo项目,别光fork,顺便点下⭐哦
Stars: ✭ 198 (-4.35%)
Mutual labels:  websocket
Grizzly
Writing scalable server applications in the Java™ programming language has always been difficult. Before the advent of the Java New I/O API (NIO), thread management issues made it impossible for a server to scale to thousands of users. The Grizzly NIO framework has been designed to help developers to take advantage of the Java™ NIO API.
Stars: ✭ 209 (+0.97%)
Mutual labels:  websocket
Wuzhicms
2017.9.1 五指cms 4.1.0正式版发布了!更多惊喜请下载安装。网站管理系统,网站内容管理系统,php5+mysql开发。
Stars: ✭ 202 (-2.42%)
Mutual labels:  weixin
Frpc Android
Android,安卓版frpc,一个快速反向代理,可帮助您将NAT或防火墙后面的本地服务器暴露给Internet。
Stars: ✭ 205 (-0.97%)
Mutual labels:  websocket
Asio2
Header only c++ network library, based on asio,support tcp,udp,http,websocket,rpc,ssl,icmp,serial_port.
Stars: ✭ 202 (-2.42%)
Mutual labels:  websocket
Autobahn Python
WebSocket and WAMP in Python for Twisted and asyncio
Stars: ✭ 2,305 (+1013.53%)
Mutual labels:  websocket
Wechatplugin Macos
No description or website provided.
Stars: ✭ 13,280 (+6315.46%)
Mutual labels:  weixin
Python Socketio
Python Socket.IO server and client
Stars: ✭ 2,655 (+1182.61%)
Mutual labels:  websocket
Juggle
juggle是一个极简的、组件式的js框架。无依赖,完美闭包,灵活且适合渐进学习,可与任何框架整合。包含(支持冒泡的事件 || Tween || MV框架 || http || websocket || 资源 || 模块)等组件,按需选择组件,不绑架开发者。
Stars: ✭ 208 (+0.48%)
Mutual labels:  websocket
Wechat
weixin/wechat/微信公众平台/微信企业号/微信商户平台/微信支付 go/golang sdk
Stars: ✭ 2,330 (+1025.6%)
Mutual labels:  weixin
Centrifuge Js
JavaScript client to communicate with Centrifugo server and Centrifuge library over WebSocket or SockJS
Stars: ✭ 200 (-3.38%)
Mutual labels:  websocket
Weixin Popular
微信SDK JAVA (公众平台、开放平台、 商户平台、 服务商平台)
Stars: ✭ 2,384 (+1051.69%)
Mutual labels:  weixin
Egg Socket.io
socket.io plugin for eggjs.
Stars: ✭ 209 (+0.97%)
Mutual labels:  websocket

WeiYa

尾牙小程序

基于微信公众号的签到、抽奖、发送弹幕程序

===========

注意事项:

  1. 前端使用jquery,弹幕使用第三方canvas插件【JBarrager】
  2. 后端使用spring mvc,数据库使用redis,微信api操作使用第三方sdk【weixin-java-tools】
  3. jdk1.7+,tomcat使用7.0.73版本,因为使用websocket,目前只支持tomcat7支持websocket的版本,不支持tomcat8,9,后续会升级兼容新版本
  4. 弹幕使用websocket建立长连接,前端使用canvas,经过测试可以经得住1000+人以上的交互发送消息
  5. 登陆账号密码:root/root
  6. 配置文件:
    • resources\config\redis\redis.properties redis配置
    • resources\config\auth\auth.properties 登陆配置
    • resources\config\wechat\wechat.properties 微信公众号配置
    • resources\config\date\date.properties 签到限时配置
    • resources\config\static\static.properties url时间等配置
    • resources\config\sensitive\sensitiveWord.txt 和谐词库配置
    • webapp\WEB-INF\config\config.js 前端url配置

===========

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].