CoolFace
Apppublic

louisabraham-tiime/scpo-simul

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

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 aiohttp
  • —client/ - SvelteKit frontend
  • —Dockerfile - Container configuration for HuggingFace Spaces