Skip to content

penggongkui/msgpack-rpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Msgpack-RPC

This is a simple implementation of MsgpackRpc.

Install

composer require lvht/msgpack-rpc

Usage

echo '[0,1,"echo",["hello"]]'|php example/echo.php
[1,1,null,"hello"]

TODO

  • Unit Test
  • SocketIo
  • AsyncServer
  • Docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%