Back to Courses

Mission 6: Interstellar Relay

First, you must interface with a legacy system at a deep-space relay. It uses an older 'callback' protocol to handle responses.

00:00

Step 1 / 3

System Briefing: Handling Time Delays

Your drones are now operating across star systems. Sending a command and getting a response involves significant light-speed delay. You must write asynchronous code that does not "block" or freeze the main system while waiting for a response. We'll explore three eras of this protocol.

Editor (JAVASCRIPT)

Live Preview