+cc Tim who's interested in this topic You may want to take a look at the work in
https://github.com/grpc/grpc/pull/7531 which provides a simplified C wrapper library over the lower level C apis. That PR is currently client only but could be extended later to provide server abstractions too. On Fri, Jul 22, 2016 at 9:44 AM, 'Makarand Dharmapurikar' via grpc.io < [email protected]> wrote: > Hi Anna, Currently there is no plan to work on gRPC server using Obj C. > > On Fri, Jul 22, 2016 at 12:55 AM, Anna Szarek <[email protected] > > wrote: > >> Hi everyone, >> >> First of all great job with grpc :) >> I started to use in my small project, however, what I am missing is the >> server implementation in objective C (like e.g. in C++, Python). >> Are you planning to do it any time soon? Or maybe you've already started >> working on it? >> >> Thanks in advance for the help. >> >> Br, >> Anna >> >> -- >> You received this message because you are subscribed to the Google Groups >> "grpc.io" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/grpc-io/CAA1ma9_v%2BHE-wzkT1BK9Oh9_ie0vQRwa0UMjJHubn%2Ba52MLpsg%40mail.gmail.com >> <https://groups.google.com/d/msgid/grpc-io/CAA1ma9_v%2BHE-wzkT1BK9Oh9_ie0vQRwa0UMjJHubn%2Ba52MLpsg%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups " > grpc.io" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/grpc-io/CALCUQvgnTZXF-VNoH2GK0Y4gUpoW2Mg%2BemCkW6pQ7zx6tofKGA%40mail.gmail.com > <https://groups.google.com/d/msgid/grpc-io/CALCUQvgnTZXF-VNoH2GK0Y4gUpoW2Mg%2BemCkW6pQ7zx6tofKGA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CADQ0XY1v%3D-fp4%2BQ%3DChhUNy-W%3DhsGorcYHGkqytg7Qy2Bs4%2BvnQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
