Server for monitoring Gama Server simulations and managing multiplayer connections
  • AGS Script 75.8%
  • TypeScript 17.6%
  • GAML 5.8%
  • JavaScript 0.7%
Find a file
2026-05-26 17:38:07 +07:00
.github
learning-packages
public chore: Cleanup project 2026-04-15 16:19:34 +07:00
src feat: Make home button return to root VU selector 2026-05-26 17:31:36 +07:00
test
toolkit feat: Migrate from tpn's Auto ADB to SIMPLE's forked version 2026-04-21 17:28:13 +07:00
.env.example removed IMAGE_SOURCE_FOLDER from the .env.example file 2026-04-07 15:34:10 +07:00
.gitignore
BUILD_EXECUTABLE.md
eslint.config.js
eslint.config.mjs
eslint.config.ts
index.html
LICENSE
package-lock.json Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/multi-f792d6d6d9' into dev 2026-05-26 17:38:07 +07:00
package.json Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/multi-f792d6d6d9' into dev 2026-05-26 17:38:07 +07:00
postcss.config.js
README.md
tailwind.config.js
tsconfig.app.json
tsconfig.json
tsconfig.node.json
vite.backend.config.ts
vite.config.ts

SIMPLE Logo Simple WebPlatform

Web Application for monitoring and managing multiplayer connections to Gama Server simulation.

Overview 🚀

The Simple WebPlatform is a versatile server designed to:

  • Manage multiplayer connections 🥽 for seamless user experiences in collaborative environments.
  • Monitor Gama Server simulations 🖥️ for data-driven insights.

Built with React, TypeScript, and Vite, this project leverages modern technologies for robust real-time communication.


Features

  • WebSocket Integration: Efficient real-time data streaming.
  • Gama Server Monitoring: Track, communicate and pilot GAMA simulation.
  • Multiplayer Management: Simplify connection handling in multiplayer games.
  • Extensible Architecture: Built for scalability and custom workflows.

Tech Stack 🛠️

  • Languages: TypeScript, JavaScript
  • Frameworks: React, Node.js
  • Build Tool: Vite
  • Other Tools: ESLint, TailwindCSS, PostCSS

Getting Started 🏗️

Prerequisites

  • Node.js >= v22
  • npm or yarn

Installing Node and npm

  • To install Node.js, go to https://nodejs.org/en/download
  • From here, select the operating system of your machine, and use either the command or the installer.
  • if you selected the installer option, you can check Node and npm were installed correctly using the command:
     node -v npm -v
    

this command should return the version of both tools.

Installation

  1. Clone the repository:

    git clone https://github.com/project-SIMPLE/simple.webplatform.git
    cd simple.webplatform
    
  2. Install dependencies:

    npm install
    
  3. Configure environment variables: -If you have a GAMA simulation VR game with its own generated .env: copy this .env to the location simple.webplatform/.env in the web platform.

    OR

    -If you do not have a generated .env, use the example one provided in the application:

    • Copy .env.example to .env:

      cp .env.example .env
      
    • Update the values based on your setup, most notably the EXTRA_LEARNING_PACKAGE_PATH to add an extra folder to scan for GAMA experiments, and the values GAMA_WS_PORT and GAMA_IP_ADRESS if you have a custom setup different from the default one.

    • For more informations about the .env file, refer to the Documentation reference, that can be found (here)[https://doc.project-simple.eu/Technical/env_reference].

  4. Start the development server:

    npm start
    

Mind that while the GAMA Platform have to be running and accessible by the web platform, it can be started at any time, and will automatically connect if started after the webplatform.


Usage 🕹️

Once the server is running:

  1. Access the interface at http://localhost:8000
  2. Connect it to your Gama simulations and observe real-time updates.
  3. Test multiplayer functionality with sample clients or your own game server.

Contributing 🤝

Contributions are welcome! Follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -m "Add feature").
  4. Push to your branch (git push origin feature-branch).
  5. Open a Pull Request.

License 📄

This project is licensed under the AGPL-3.0 License. See the LICENSE file for details.


Acknowledgments 🙌


Feel free to open issues or discussions for questions and ideas! 😊