Skip to content
  • Dmitry Mozzherin's avatar
    Fix #64, fix #65 gRPC improvements · d6cc1904
    Dmitry Mozzherin authored
    Add method that allows to send an array of names to gRPC. The array
    is cleaned up and processed in several go-routines, then assembled
    in the same order as intput array.
    
    Move from serving JSON strings y gRPC to real objects. It probably
    makes sense to use these gRPC objects internally when gnparser is
    used as Go library.
    d6cc1904