beautyjoy / llab

Lightweight lab curriculum system
7 stars 13 forks source link

Node-Ify llab #147

Open cycomachead opened 9 years ago

cycomachead commented 9 years ago

There is apparently a lot of work to convert using llab in node.js

xtitter commented 9 years ago

What is the point of using node? For building, sounds good. But, for serving the course?

cycomachead commented 9 years ago

For building....But edc wants a full web server...so yeah...uh...

xtitter commented 9 years ago

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

cycomachead commented 9 years ago

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.