1
Ask HN: How to build a simple REPL architecture like Hackerrank?
I'm trying to build a Quantopian type product: where users can submit python codes on client side and there's a server runtime that executes the codes in a queue. What's the easiest way to build a Replit/Hackkerank/Quantopian type architecture on AWS?