2017 © Pedro Peláez
 

library sws

a webSocket application by php swoole.

image

inhere/sws

a webSocket application by php swoole.

  • Thursday, February 15, 2018
  • by inhere
  • Repository
  • 1 Watchers
  • 2 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Sws

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

a webSocket application by php swoole., (*1)

TODO

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

project

  • github https://github.com/inhere/sws.git

extra

gRpc

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

composer require grpc/grpc
composer require google/protobuf

thrift

install:, (*2)

see http://thrift.apache.org/docs/install/, (*3)

php lib:, (*4)

composer require apache/thrift

PSR

http://www.php-fig.org/psr/, (*5)

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, (*6)

The Versions