《服务端》| 服务端同样使用Netty4.x作为socket的通信框架,同时在服务端使用Layui作为管理后台的页面,并且我们的服务端采用偏向于DDD领域驱动设计的方式与Netty集合,以此来达到我们的框架结构整洁干净易于扩展。同时我们的通信协议也是在服务端进行定义的,并对外提供可引入的Jar包,这样来保证客户端与服务端共同协议下进行通信。
☆29Jun 21, 2022Updated 3 years ago
Alternatives and similar repositories for itstack-naive-chat-server
Users that are interested in itstack-naive-chat-server are comparing it to the libraries listed below
Sorting:
- 《客户端》| 客户端是我们的通信核心工程,主要使用Netty4.x作为我们的socket框架来完成通信交互。并且在此工程中负责引入UI的Jar包,完成UI定义的事件(登录验证、搜索添加好友、对话通知、发送信息等等),以及需要使用我们在服务端工程定义的通信协议来完成信息的交…☆21Jun 17, 2022Updated 3 years ago
- 《UI框体》| 此工程是使用JavaFx开发的UI端,在我们的UI端中提供了;登录框体、聊天框体,同时在聊天框体中有大量的行为交互界面以及接口和事件。最终我的UI端使用Maven 打包的方式向外提供Jar包,以此来达到UI界面与业务行为流程分离。并且用户可以很方便的在我们的…☆43Mar 4, 2020Updated 6 years ago
- 根据专栏课程需要完善的案例工程,主要向学习的用户逐步讲解基于JavaFx开发的UI界面是如何一步一步拆解完善的。同时还提供了一些服务端和客户端工程结构设计的案例,可以方便用户学习参考。☆15Jun 21, 2022Updated 3 years ago
- ☆12Dec 21, 2021Updated 4 years ago
- 虚拟货币交易所☆12Mar 9, 2026Updated last week
- 🔥100%全开源🔥企业级智慧充电桩系统支持电单车(单车2路10路12路设备)、新能源汽车接入(云快充1.5、1.6+欧标协议OCPP1.5、OCPP 2.0)充电系统以微信、公众号为C端主要入口,为充电用户提供查桩找桩、设备信息查询、在线支付、充电状态查询、账户信息等服…☆19Updated this week
- SSO sample application based on spring security oauth2,基于 spring security oauth2的SSO单点登录示例程序。☆29May 16, 2024Updated last year
- Hplus(H+) 后台主题 UI 框架☆20Sep 5, 2024Updated last year
- 在 Spring Boot 项目中简单的将文件存储到:aws-s3、服务器本地、自定义的渠道,同时支持多个存储方式,上传文件时指定存储方式。☆14Aug 5, 2023Updated 2 years ago
- 房产信息爬虫☆15Oct 9, 2024Updated last year
- 基于springboot starter机制封装web通用的starter☆12Aug 17, 2023Updated 2 years ago
- Demo project for codehelper Plugin☆10Mar 20, 2018Updated 8 years ago
- Decentralized Identifiers refers to a decentralized on-chain mapping of the identity of the real entity, where any individual/organizatio…☆11Jun 9, 2022Updated 3 years ago
- 基于CAS单点登录服务端进行二次开发的SpringBoot版轻量级CAS-Server☆10Aug 4, 2022Updated 3 years ago
- Java implementation for the Agent2Agent Protocol (A2A - https://github.com/google/A2A), enabling interaction between AI agents through a …☆11Apr 21, 2025Updated 11 months ago
- Linux命令大全搜索工具☆11Dec 29, 2018Updated 7 years ago
- 基于netty,websocket,springboot,uniapp的实时聊天系统,使用protobuf进行数据交互☆12Jan 20, 2023Updated 3 years ago
- websocket cluster support☆10Jun 17, 2022Updated 3 years ago
- 停车场系统后台管理,新能源电动车充电系统,智慧社区物业人脸门禁后台管理☆22Jul 27, 2024Updated last year
- ☆12Jul 6, 2021Updated 4 years ago
- Redis OM Spring Skeleton App☆12Jul 27, 2023Updated 2 years ago
- 周末见项目☆13May 18, 2015Updated 10 years ago
- 国外支付 paypal 与 stripe☆10Jul 12, 2025Updated 8 months ago
- 飞书自定义机器人 feishu robot java version☆20Dec 19, 2025Updated 3 months ago
- 停车场系统源码,新能源充电桩系统,停车场小程序,智能停车,Parking system,【功能介绍】:①兼容市面上主流的多家相机,理论上兼容所有硬件,可灵活扩展,②相机识别后数据自动上传到云端并记录,校验相机唯一id和硬件序列号,防止非法数据录入,③用户手机查询停车记录详情…☆27Jul 27, 2024Updated last year
- 开源项目,供学习☆10May 7, 2021Updated 4 years ago
- 66道算法题目+php解题+java解题☆11Sep 12, 2018Updated 7 years ago
- WebSocket 集群效果展示,React 前端☆12Jul 20, 2025Updated 8 months ago
- JPush's officially supported PhoneGap/Cordova plugin (Android & iOS). 极光推送官方支持的 PhoneGap/Cordova ionic2/3 Native插件(Android & iOS)。 http:/…☆10Jul 9, 2017Updated 8 years ago
- 使用react-native做的一个美团Demo☆10Aug 26, 2016Updated 9 years ago
- A simple example embedding cef3 to Qt Application☆12Feb 7, 2018Updated 8 years ago
- 服务质量监控,检测从研发到测试的过程中,研发质量。包括;接口列表、热点接口、接口质量(通过次数/单测次数),等信息。☆11Jun 17, 2022Updated 3 years ago
- 百万连接测试☆10May 26, 2014Updated 11 years ago
- About Flutter 仿小红书项目,个人学习demo,无后端接口全是模拟数据,因为工程量有点大,所以很多交互只预留了接口并没有写入事件,不过核心功能已实现。Flutter RedBook Clone - Personal Learning Demo☆14Jul 17, 2024Updated last year
- 数据爬取☆11Sep 1, 2022Updated 3 years ago
- 超星尔雅智慧树平台网课自动刷视频☆12Mar 6, 2025Updated last year
- A tauri implementation of todomvc☆12Oct 21, 2023Updated 2 years ago
- Spring Cloud是一系列框架的有序集合。它利用Spring Boot的开发便利性巧妙地简化了分布式系统基础设施的开发,如服务发现注册、配置中心、消息总线、负载均衡、断路器、数据监控等,都可以用Spring Boot的开发风格做 到一键启动和部署。☆28Nov 30, 2019Updated 6 years ago
- java语言实现的内网穿透工具☆21Mar 25, 2021Updated 4 years ago