Skip to content
Snippets Groups Projects
Commit 372b64e6 authored by Jonas Blumer's avatar Jonas Blumer
Browse files

port

parent 06971634
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ var express = require('express'); // Get the module
var app = express(); // Create express by calling the prototype in var express
var http = require('http').Server(app);
var io = require('socket.io')(http);
var port = (process.env.PORT || 5000);
var bpm = 120;
var stepPos = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment