android - Can FlatBuffers be used with PHP server side? -
i'm writing applications android , ios, until using json pass data between server , client apps. our server written in php. thinking move our implementation flatbuffers instead of json.
does knows if can produce them using php? i'm not server developer have no idea how works on server side.
thanks in advance.
there no flatbuffers code generator php, c++/java/c#/go/python. flatc command line tool can convert binary flatbuffer file json use language.
edit: php implementation contributed project.
Comments
Post a Comment