GCDWebserver appended to the project

This commit is contained in:
Michael Bykovski
2017-07-07 15:23:55 +02:00
parent 2198a81f0b
commit 203bd54167
32 changed files with 6737 additions and 12 deletions
+3 -1
View File
@@ -19,7 +19,9 @@ exports.defineAutoTests = function() {
};
exports.defineManualTests = function(contentEl, createActionButton) {
createActionButton('Start', function() {
createActionButton('Start Webserver', function() {
console.log(webserver);
webserver.start(
function() {
console.log('Success!');