API key working, CORS working, SocketIO working (but no JWT), Chat client v1, Session implemented (server side)

This commit is contained in:
Josako
2024-05-22 21:32:09 +02:00
parent 883988dbab
commit 364da812ba
21 changed files with 763 additions and 69 deletions

11
public/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>EveAI</title>
</head>
<body>
<h1 style="text-align: center;">EveAI</h1>
<p style="text-align: center;">Ja ja, ge zijt gearriveerd ;-)</p>
</body>
</html>