Erste lauffähige Fassung: 3D-Raum, Echtzeit-Multiplayer (WebSocket), Python-IDE via Pyodide im Browser, eigener Arbeitsplatz mit Live-Code-Monitor. Modularer, self-hostbarer Aufbau (Three.js + Node/Express + ws), ohne CDN- Abhängigkeit zur Laufzeit. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
15 lines
329 B
JSON
15 lines
329 B
JSON
{
|
|
"name": "programmierhub",
|
|
"version": "0.3.0",
|
|
"private": true,
|
|
"description": "VR ProgrammierHub — 3D-Lernraum, Backend-Grundgeruest (Express + ws)",
|
|
"type": "commonjs",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.21.2",
|
|
"ws": "^8.18.0"
|
|
}
|
|
}
|