louisabraham-tiime/scpo-simul
0
Trading Simulation App
A real-time trading simulation platform for educational purposes, designed to run on HuggingFace Spaces.
Features
- Real-time trading simulation with websockets
- Teacher dashboard for managing simulations
- Player interface for trading resources and forward contracts
- Bot players with predefined trading rules
- Support for multiple resources and forward contracts
Architecture
- Server: Python with aiohttp and gunicorn
- Client: SvelteKit with static adapter
- Communication: WebSocket for real-time updates
- Deployment: Docker container for HuggingFace Spaces
Structure
server/- Python backend with aiohttpclient/- SvelteKit frontendDockerfile- Container configuration for HuggingFace Spaces
