《服务端》| 服务端同样使用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. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 《客户端》| 客户端是我们的通信核心工程,主要使用Netty4.x作为我们的socket框架来完成通信交互。并且在此工程中负责引入UI的Jar包,完成UI定义的事件(登录验证、搜索添加好友、对话通知、发送信息等等),以及需要使用我们在服务端工程定义的通信协议来完成信息的交…☆21Jun 17, 2022Updated 3 years ago
- 《UI框体》| 此工程是使用JavaFx开发的UI端,在我们的UI端中提供了;登录框体、聊天 框体,同时在聊天框体中有大量的行为交互界面以及接口和事件。最终我的UI端使用Maven打包的方式向外提供Jar包,以此来达到UI界面与业务行为流程分离。并且用户可以很方便的在我们的…☆44Mar 4, 2020Updated 6 years ago
- ☆12Dec 21, 2021Updated 4 years ago
- 虚拟货币交易所☆12Mar 9, 2026Updated last month
- SSO sample application based on spring security oauth2,基于 spring security oauth2的SSO单点登录示例程序。☆29May 16, 2024Updated last year
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- Expose a server running on your local machine to the internet, like Ngrok, based on Netty☆14Jun 1, 2021Updated 4 years ago
- RPC是一种远程调用的通信协议,例如dubbo、thrift等,我们在互联网高并发应用开发时候都会使用到类似的服务。 本专题主要通过三个章节简单的实现rpc基础功能,来深入学习rpc是如何交互通信的; 手写类似dubbo的rpc框架第一章《自定义配置xml》 手写类似…☆66Dec 16, 2022Updated 3 years ago
- 在 Spring Boot 项目中简单的将文件存储到:aws-s3、服务器本地、自定义的渠道,同时支持多个存储方式,上传文件时指定存储方式。☆14Aug 5, 2023Updated 2 years ago
- 基于springboot starter机制封装web通用的starter☆13Aug 17, 2023Updated 2 years ago
- Demo project for codehelper Plugin☆10Mar 20, 2018Updated 8 years ago
- 基于CAS单点登录服务端进行二次开发的SpringBoot版轻量级CAS-Server☆10Aug 4, 2022Updated 3 years ago
- Linux命令大全搜索工具☆12Dec 29, 2018Updated 7 years ago
- (智能停车APP&智能车场)TSP智能共享平台(Android端):包括了人脸识别,智能语音,目的地搜索和导航。App端登陆需要调WebService;需要启动后台,同时数据库也在后台。☆19Jul 2, 2018Updated 7 years ago
- 基于netty,websocket,springboot,uniapp的实时聊天系统,使用protobuf进行数据交互☆12Jan 20, 2023Updated 3 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- ☆12Jul 6, 2021Updated 4 years ago
- Redis OM Spring Skeleton App☆12Jul 27, 2023Updated 2 years ago
- 周末见项目☆13May 18, 2015Updated 10 years ago
- 飞书自定义机器人 feishu robot java version☆20Dec 19, 2025Updated 4 months ago
- 开源项目,供学习☆10May 7, 2021Updated 4 years ago
- 66道算法题目+php解题+java解题☆11Sep 12, 2018Updated 7 years ago
- Git Proxy是用于代理Git操作的一个项目。可以部署在网速通畅的机器上,通过GitProxy提交Git链接,GitProxy将给您一个带有Git信息的ZIP压缩包。☆11May 16, 2024Updated last year
- 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
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- A simple example embedding cef3 to Qt Application☆12Feb 7, 2018Updated 8 years ago
- An implementation of RegisteredClientService, AuthorizationService and AuthorizationConsentService with spring-data-mongodb☆12Jan 13, 2022Updated 4 years ago
- 服务质量监控,检测从研发到测试的过程中,研发质量。包括;接口列表、热点接口、接口质量(通过次数/单测次数),等信息。☆11Jun 17, 2022Updated 3 years ago
- 百万连接测试☆10May 26, 2014Updated 11 years ago
- 数据爬取☆11Sep 1, 2022Updated 3 years ago
- Dress your Linux up!☆13Dec 5, 2021Updated 4 years ago
- 物流配货平台服务端代码☆10Aug 23, 2021Updated 4 years ago
- 超星尔雅智慧树平台网课自动刷视频☆12Mar 6, 2025Updated last year
- Spring Cloud是一系列框架的有序集合。它利用Spring Boot的开发便利性巧妙地简化了分布式系统基础设施的开发,如服务发现注册、配置中心、消息总线、负载均衡、断路器、数据监控等,都可以用Spring Boot的开发风格做到一键启动和部署。☆28Nov 30, 2019Updated 6 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- ☆18Apr 19, 2022Updated 4 years ago
- ☆11Dec 3, 2025Updated 4 months ago
- 使用 MVVM + Retrofit + RxJava2 + DataBinding 架构的仓储管理系统Android端☆16Apr 28, 2019Updated 7 years ago
- 一个自定义生成gif的小工具☆19Nov 15, 2018Updated 7 years ago
- RSocket GraphQL Gateway☆11Apr 10, 2024Updated 2 years ago
- 多厅电影院售票系统☆11Sep 16, 2015Updated 10 years ago
- vue3 element-plus mall4cloud微服务商城-商城系统后台商家端☆19Dec 23, 2025Updated 4 months ago