|
|
|
|
|
by lolinder
970 days ago
|
|
I think Deno could be a good choice for that—it's an entire server side JavaScript runtime built around the idea of using web standards instead of server-specific code. In addition to using standard Request and Response objects in its built-in server framework, Deno's approach to dependencies and TypeScript lends itself really well to educational settings—with no compilation step and no package management step, it's as simple to get started with Deno server-side as it is to start with HTML/JS in the browser—just open up a text editor and start writing! https://deno.com/learn/api-servers |
|
Only problem is it is kind of hard to justify teaching Deno when Node is so overwhelmingly used in the industry.