Open cycomachead opened 9 years ago
What is the point of using node? For building, sounds good. But, for serving the course?
For building....But edc wants a full web server...so yeah...uh...
llab is mostly going to serve up static assets, rather than service ajax, no? Probably not the best role for node. Now, the building, I'm with you there. I've started in on that for my apcsa using node.
On Sat, Jul 25, 2015 at 1:13 AM, Michael Ball notifications@github.com wrote:
For building....But edc wants a full web server...so yeah...uh...
— Reply to this email directly or view it on GitHub https://github.com/beautyjoy/llab/issues/147#issuecomment-124819584.
<-><=><-><=><-><=><-><=><-><=><-><=><-><=><-><=><-><=><-><=><-> Nathaniel Titterton, Ph.D. nate@berkeley.edu Computer Science Education U.C. Berkeley, 329 Soda Hall
llab is mostly going to serve up static assets, rather than service ajax, no?
Well, if there's a login system for teachers and such, then who knows. It could be cool to have quizzes query the correct answer for a survey.
But we could / should have a way of building the full static html pages.
There is apparently a lot of work to convert using llab in node.js
index.js
at the root levelmodule.exports
document
orwindow
loader.js
probably shouldn't just randomly execute codewebInit()
method, or something that gets called from loader, or the loader could be augmented to have take in an onLoad callback for each "module". Yay, callbacks.