Skip to content

Commit

Permalink
Aggiunti commenti al codice del server
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabiolena97 committed Feb 21, 2015
1 parent d4fcd2d commit 99829f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Questo file si occupa di gestire il server web, accettare le richieste
* e processare i dati letti dal buffer
* Richiede il file utility.js
*/

// SETTINGS
var target = "serben.tk";
var loopTime = 60*1000;
Expand Down
6 changes: 6 additions & 0 deletions utility.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Questo file mantiene aggiornati i buffer e ottiene i dati dal
* server di destinazione
* E' presente un'interfaccia per l'accesso ai dati dei buffer
*/

var target;

var mysql = require("mysql");
Expand Down

0 comments on commit 99829f4

Please sign in to comment.