[backend][nodejs] Add decision maker with hardcoded decisions A,B,C

This commit is contained in:
koeberlue
2021-04-05 20:33:18 +02:00
parent 38ad5fadd0
commit 49f1166bb3
6 changed files with 127 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
const http = require('http');
const randomDecision = require("./random-decision")
const port = 3000;
const server = http.createServer((request, response) => {