An open API service indexing awesome lists of open source software.

https://github.com/jefferyjob/dartswoole

Dartswoole是 Darts 框架的核心类库。提供事件绑定,容器绑定,路由解析,RPC,连接池等核心服务。
https://github.com/jefferyjob/dartswoole

darts dartswoole library swoole

Last synced: 5 months ago
JSON representation

Dartswoole是 Darts 框架的核心类库。提供事件绑定,容器绑定,路由解析,RPC,连接池等核心服务。

Awesome Lists containing this project

README

          

# Darts Library

## 概述

Library 类库

## Label

[![issues](https://img.shields.io/github/issues/jefferyjob/dartswoole)](https://github.com/jefferyjob/dartswoole/issues)
[![GitHub forks](https://img.shields.io/github/forks/jefferyjob/dartswoole)](https://github.com/jefferyjob/dartswoole)
[![GitHub stars](https://img.shields.io/github/stars/jefferyjob/dartswoole)](https://github.com/jefferyjob/dartswoole)
[![GitHub license](https://img.shields.io/github/license/jefferyjob/dartswoole)](https://github.com/jefferyjob/dartswoole/blob/master/LICENSE)

## Framework

https://github.com/jefferyjob/darts

## 提供支持

- 路由的解析与处理
- event事件的绑定与处理
- Swoole的http服务的实现
- 基于consule实现独立的RPC服务
- 基于Swoole实现RPC客户端和服务端
- 数据库的Pool连接池的操作支持

## 目录简介

```text
src
-----App-----------------核心服务
-----Container-----------容器服务
-----Priovder------------服务提供者抽象类定义
-----Config--------------配置解析处理
-----Help----------------类库的调试帮助函数
-----Event---------------事件绑定的解析与处理
-----Database------------数据库支持
-----Routes--------------路由解析与处理
-----Consul--------------consul实现RPC服务
-----Rpc-----------------RPC服务实现
-----SwooleServer--------swoole实现http等服务
test
-----xxxxxx--------------测试文件
```

## License

遵循 MIT 许可证,有关详细,请参阅 LICENSE。