Ask HN: Suggested backend(s) for JavaScript MVC tutorial?
https://news.ycombinator.com/item?id=6946473I'm considering writing a tutorial on JavaScript MVC frameworks, and a large part of it would ideally use a backend for server dependent demos like signing a user in and making RESTful API calls.
What do you suggest as ways of making this backend easy to run locally for a range of developer experience and operating systems? The only thing the developers would have in common is that they know some JavaScript.