commit
This commit is contained in:
parent
72e58bb3c1
commit
572f30b2f6
2 changed files with 2 additions and 1 deletions
1
server/Procfile
Normal file
1
server/Procfile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
web: node server.js
|
|
@ -10,7 +10,7 @@ const connections = new Set();
|
||||||
var playerCount = 0;
|
var playerCount = 0;
|
||||||
|
|
||||||
app.get('/', (req, res) => {
|
app.get('/', (req, res) => {
|
||||||
res.send('Serveur WebSocket fonctionne !');
|
res.send('Grand Tabernacle Auto VI');
|
||||||
});
|
});
|
||||||
|
|
||||||
wss.on('connection', (socket) => {
|
wss.on('connection', (socket) => {
|
||||||
|
|
Loading…
Reference in a new issue