/DevRoulette

DevRoulette is a game for geeks. You log in, tell it what your programming skills are. Then you get a Co-geek, and you two have 20 minutes to solve a task together. If you do, you both earn points. If not - no points - next task. And the whole thing will be implemented with Erlang/OTP (with some JavaScript, maybe).

Primary LanguageErlang

How to test (frequently changing):

OS:
make boot

erl:
code:add_path(".....DevRoulette/ebin").
application:start(devroulette).
gen_server:call(dr_server, new_client).

wx-client:
menu File/Exit

  
TODO:

- check OpenWRT and https://github.com/msantos/evum for Linux VM in an Erlang process
- check Ace in-browser editor http://ace.ajax.org/
- check LevelDB as a simple k/v store