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?
You must log in or # to comment.
Honestly, whatever you’re most comfortable with and can do the job well, though I’d highly recommend something open source.
Happy Cake Day!
Thanks!!
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.