Slide 20
Slide 20 text
Flask (Python)
Sinatra (Ruby)
Express (JavaScript)
The three most popular frameworks in their respective languages are Flask, Sinatra, and
Express. These all share a simple API, basic URL routing, and minimal integration with things
like an ORM or HTML rendering library. As most of our services will be making HTTP queries
to other services and rendering results as JSON, this saves on unnecessary complexity.