Mise à jour de 'bob_party/server.js'
continuous-integration/drone/push Build is passing Details

peristanceBDD
Thomas CHAZOT 2 years ago
parent 633dcb7a3b
commit ccb77b5c23

@ -8,6 +8,10 @@ const app = express();
const server = http.createServer(app); const server = http.createServer(app);
const io = new Server(server); const io = new Server(server);
app.get('/', function (req, res) {
res.send('hello');
})
while(1){ while(1){
console.log("wesh"); console.log("wesh");
} }

Loading…
Cancel
Save