Slide 16
Slide 16 text
Hand-Wavy Magic ✨"✨
// Defines RequestType, ResponseType Protocols
// With this, we can abstract away low-level details and app code
import Nest
// Takes care of socket IO, threading, request parsing, etc
import Curassow
// Parsing and Formatting JSON
import Jay