Giter VIP home page Giter VIP logo

swooledistributed's Introduction

SwooleDistributed v2.1.0 更新

swoole 分布式通讯框架
开发交流群:569037921

简单websocket案例 聊天室 https://github.com/tmtbe/SD-todpole

官网:http://sd.youwoxing.net

文档:http://docs.youwoxing.net

可以通过composer安装

autoload必须要指定app和test。

{
  "require": {
    "tmtbe/swooledistributed":">2.0.0"
  },
 "autoload": {
    "psr-4": {
      "app\\": "src/app",
      "test\\": "src/test"
    }
  }
}

然后在根目录(vendor上级目录)执行下面代码

php vendor/tmtbe/swooledistributed/src/Install.php

安装结束可以在bin中执行服务器。

微服务框架SD2.1.2

1.协程优化,速度更快,功能更强大

2.httpClient,client连接池,REST和RPC的支持

3.timerTask优化

4.协程熔断器,可以超时降级和熔断恢复

5.包结构调整优化,分离协程,连接池模块,模块解耦

6.全链路监控,开放Context上下文

7.推荐使用对象池模式,优化内存分配和GC

8.提供分布式锁功能,简单易用,更多分布式工具逐步更新

9.众多异步客户端,MQTT,AMQP等

10.通过consul实现注册中心

swooledistributed's People

Contributors

hainuo avatar jackysong avatar tmtbe avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.