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?
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?
Hmm, is there a reason you chose RPC over just a REST API?
I was just thinking this way it could become more embedable in native apps and could get the job done better.