Page MenuHomePhabricator

Identify a web-framework to operate a Server
Closed, ResolvedPublic

Description

In JS, Express and Koa are quite common.

Related Objects

StatusAssignedTask
Resolvedreicht

Event Timeline

Keep in mind:

callbacks suffer from inversion of control in that they implicitly give control over to another party (often a third-party utility not in your control!) to invoke the continuation of your program. This control transfer leads us to a troubling list of trust issues, such as whether the callback is called more times than we expect.

source

reicht claimed this task.
reicht moved this task from Doing to Done on the CSI-HD board.

Koa.js is the way to go in this case

reicht changed the visibility from "CSI-HD (Project)" to "Public (No Login Required)".Aug 17 2019, 11:05 PM