All Projects → lfz233002072 → Tools

lfz233002072 / Tools

Licence: apache-2.0
C# 工具箱,提供Socket(TCP、UDP协议)、Redis、activemq、数据库访问等技术的封装实现

Projects that are alternatives of or similar to Tools

Activemq
高性能消息监控无服务器,使用ActiveMQ消息中间件实现,使用MQ、redis、nlog 等技术实现
Stars: ✭ 13 (-61.76%)
Mutual labels:  redis, activemq, mq
Parallec
Fast Parallel Async HTTP/SSH/TCP/UDP/Ping Client Java Library. Aggregate 100,000 APIs & send anywhere in 20 lines of code. Ping/HTTP Calls 8000 servers in 12 seconds. (Akka) www.parallec.io
Stars: ✭ 777 (+2185.29%)
Mutual labels:  rest, tcp, udp
Logstash Logger
Ruby logger that writes logstash events
Stars: ✭ 442 (+1200%)
Mutual labels:  redis, tcp, udp
Libnet
A portable framework for low-level network packet construction
Stars: ✭ 640 (+1782.35%)
Mutual labels:  tcp, udp
Blinksocks
A framework for building composable proxy protocol stack.
Stars: ✭ 587 (+1626.47%)
Mutual labels:  tcp, udp
Node Express Mongodb Jwt Rest Api Skeleton
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp
Stars: ✭ 603 (+1673.53%)
Mutual labels:  rest, redis
Leaf
A lightweight and fast proxy utility tries to include any useful features.
Stars: ✭ 530 (+1458.82%)
Mutual labels:  tcp, udp
Apicache
Simple API-caching middleware for Express/Node.
Stars: ✭ 957 (+2714.71%)
Mutual labels:  rest, redis
Elixir Socket
Socket wrapping for Elixir.
Stars: ✭ 642 (+1788.24%)
Mutual labels:  tcp, udp
Testing Nestjs
A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more!
Stars: ✭ 685 (+1914.71%)
Mutual labels:  rest, cqrs
Online Bookstore
📓网上书店,SSM 架构练手项目。Shiro 做权限管理,Redis 做书籍缓存,ActiveMQ 做异步交易,Lucene 做全文搜索
Stars: ✭ 23 (-32.35%)
Mutual labels:  redis, activemq
Java Study
java-study 是本人学习Java过程中记录的一些代码!从Java基础的数据类型、jdk1.8的Lambda、Stream和日期的使用、 IO流、数据集合、多线程使用、并发编程、23种设计模式示例代码、常用的工具类, 以及一些常用框架,netty、mina、springboot、kafka、storm、zookeeper、redis、elasticsearch、hbase、hive等等。
Stars: ✭ 571 (+1579.41%)
Mutual labels:  redis, utils
Bloom
🌸 HTTP REST API caching middleware, to be used between load balancers and REST API workers.
Stars: ✭ 553 (+1526.47%)
Mutual labels:  rest, redis
Learning tools
Go 学习、Go 进阶、Go 实用工具类、Go-kit ,Go-Micro 微服务实践、Go 推送
Stars: ✭ 605 (+1679.41%)
Mutual labels:  redis, tcp
Impulse
💣 Impulse Denial-of-service ToolKit
Stars: ✭ 538 (+1482.35%)
Mutual labels:  tcp, udp
Jboot
一个优雅的微服务框架,SpringCloud 之外的另一个选择,已经使用在用户量过亿的商业产品上,有超过1000家公司在使用Jboot做极速开发...
Stars: ✭ 655 (+1826.47%)
Mutual labels:  redis, activemq
Gensio
A library to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL, etc.
Stars: ✭ 30 (-11.76%)
Mutual labels:  tcp, udp
Proxy admin free
Proxy是高性能全功能的http代理、https代理、socks5代理、内网穿透、内网穿透p2p、内网穿透代理、内网穿透反向代理、内网穿透服务器、Websocket代理、TCP代理、UDP代理、DNS代理、DNS加密代理,代理API认证,全能跨平台代理服务器。
Stars: ✭ 487 (+1332.35%)
Mutual labels:  tcp, udp
Modular Monolith With Ddd
Full Modular Monolith application with Domain-Driven Design approach.
Stars: ✭ 6,210 (+18164.71%)
Mutual labels:  rest, cqrs
Xmall
基于SOA架构的分布式电商购物商城 前后端分离 前台商城:Vue全家桶 后台管理系统:Dubbo/SSM/Elasticsearch/Redis/MySQL/ActiveMQ/Shiro/Zookeeper等
Stars: ✭ 6,493 (+18997.06%)
Mutual labels:  redis, mq

C# 工具箱,提供Socket(TCP、UDP协议)、Redis、activemq、数据库访问等技术的封装实现

###1、缓存 RedisCacheManager:Redis缓存封装 NetMemoryCacheManager:内存缓存封装 FileCacheManager:文件缓存封装

###2、CQRS(命令查询模式)实现 Lfz.Commands.ICommandBus 命令总线 Lfz.Commands.ICommandHandler 命令处理Handler

###3、配置 在Config目录下实现了JSON、XML两种配置方式

###4、数据仓储 在Data目录下实现了数据仓储基本功能,包括NHibernate、ADO.NET、EF等方式

###5、文件访问

在IO目录下实现文件访问功能

###6、Logging 多中类型日志封装 已实现log4net、Nlog等日志封装

###7、ActiveMQ 封装

###8、socket封装 包括高性能TCP、UDP封装、http协议的socket实现,tcp客户端访问封装等

###9、rest api实现封装

###10、Security 安全加密相关实现

###11、Services目录实现定时器、多线程任务等功能 定时器基类:TimeServiceBase 线程服务基类:ThreadServiceBase

###12、WCF封装 实现WCF宿主工厂等功能

###13、Utitlies工具类 Utils: 辅助工具箱,包括IP获取、字符转换、枚举处理等 TypeParse:类型转化工具 ZipHelper:压缩与解压缩实现 ExportEngine:excel 导入、导出管理 NetMailUtils:发送邮件实现

github地址:https://github.com/lfz233002072/tools

oschina地址:https://git.oschina.net/lfz/tools

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