A work in progress to provide a practice coding tool — like codewars, codeschool and others code mooc — but more dedicated to a classroom.
It should:
- store the student progression
- provide detailed course explanation
- stream code to people on the same network
- be open source
Building blocks:
- discover, an http broadcaster
- code-mirror and ace, two popular html embedded code editor
Inspiration:
- challenger, an all in one client coding tool