Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Latest commit

 

History

History
71 lines (47 loc) · 1.04 KB

README.md

File metadata and controls

71 lines (47 loc) · 1.04 KB

Sws

     _____      _____
    / __\ \ /\ / / __|
    \__ \\ V  V /\__ \
    |___/ \_/\_/ |___/ Powered by swoole

a webSocket application by php swoole.

TODO

  • error catch
  • db orm, data model
  • rpc data pack protocol: thirft and protobuf

project

extra

gRpc

$ [sudo] pecl install grpc
$ [sudo] pecl install protobuf

composer require grpc/grpc
composer require google/protobuf

thrift

install:

see http://thrift.apache.org/docs/install/

php lib:

composer require apache/thrift

PSR

http://www.php-fig.org/psr/

ACCEPTED

NUM TITLE
psr-3 Logger Interface
psr-6 Caching Interface
psr-7 HTTP Message Interface
psr-11 Container Interface
psr-16 Simple Cache

DRAFT

license

MIT