Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions server.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
Device server for the OWG initiative.
Written in NodeJS + Express + Sockets.io.
Device server for the OWG initiative.
Written in NodeJS + Express + Sockets.io.

@author Sergio Diaz
@author Sergio Diaz
*/


Expand Down Expand Up @@ -86,4 +86,4 @@ app.get('/location', function(req, res) {

app.listen(8080, function () {
console.log('OWGI server running on 8080...');
});
});