top | item 23198982

(no title)

nbclark | 5 years ago

Agree. I wrote the engine in Node (so punted on the threading problem a bit) then just ported pieces of the engine to firebase functions to handle the actual computation. Made testing a bit easier as I could just simulate players client side. What did you build yours in?

discuss

order

nerf0|5 years ago

Mine is aws lambda + redis. I rely on extensive testing to flush out bugs early. But sometimes I do question my initial choice :D