I’m working on a universal tic-tac-toe backend that can be communicated with in any language via RPC. Should I chose Rust, or a higher level functional language like Haskell?

  • Ephera
    link
    fedilink
    arrow-up
    3
    ·
    4 years ago

    Hmm, is there a reason you chose RPC over just a REST API?

    • uhohOP
      link
      fedilink
      arrow-up
      1
      ·
      4 years ago

      I was just thinking this way it could become more embedable in native apps and could get the job done better.