A simple node.js telbook web-app.
Utilizes:
node.js
express (module for node.js to easily implement http protocol)
mysql (module for node.js to connect to mysql server)
MySql database (with 3 tables)
AJAX/JSON (transport of data between server and browser)
HTML/CSS (browser visualization)