You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EXPERIMENTS on the look-and-feel (from the point of view of the *developer experience*) of a few frameworks/libraries used to develop web services in Scala.
A the end of the day all the examples should have:
- a '/' endpoint that would return [1, 2, 3] (json)
- a '/:string' that would return "string" (for any string)