{"id":43377494,"url":"https://github.com/project-simple/simple.webplatform","last_synced_at":"2026-02-02T07:00:59.473Z","repository":{"id":204235386,"uuid":"710242379","full_name":"project-SIMPLE/simple.webplatform","owner":"project-SIMPLE","description":"Server for monitoring Gama Server simulations and managing multiplayer connections","archived":false,"fork":false,"pushed_at":"2026-01-28T09:05:23.000Z","size":10182,"stargazers_count":5,"open_issues_count":22,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-28T18:14:28.477Z","etag":null,"topics":["gama-platform","http","multiplayer-game","node-js","server","websocket"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/project-SIMPLE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-26T09:58:51.000Z","updated_at":"2026-01-28T09:06:45.000Z","dependencies_parsed_at":"2024-01-17T11:04:46.340Z","dependency_job_id":"23b50b77-ffc5-4cd3-81b7-cf59df75b600","html_url":"https://github.com/project-SIMPLE/simple.webplatform","commit_stats":null,"previous_names":["project-simple/gamaservermiddleware","project-simple/simple.webplatform"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/project-SIMPLE/simple.webplatform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-SIMPLE%2Fsimple.webplatform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-SIMPLE%2Fsimple.webplatform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-SIMPLE%2Fsimple.webplatform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-SIMPLE%2Fsimple.webplatform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/project-SIMPLE","download_url":"https://codeload.github.com/project-SIMPLE/simple.webplatform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-SIMPLE%2Fsimple.webplatform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29007303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T06:37:10.400Z","status":"ssl_error","status_checked_at":"2026-02-02T06:37:09.383Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gama-platform","http","multiplayer-game","node-js","server","websocket"],"created_at":"2026-02-02T07:00:47.105Z","updated_at":"2026-02-02T07:00:59.463Z","avatar_url":"https://github.com/project-SIMPLE.png","language":"TypeScript","readme":"# ![SIMPLE Logo](https://avatars.githubusercontent.com/u/137744200?s=100\u0026v=4) Simple WebPlatform \n\nWeb Application for monitoring and managing multiplayer connections to Gama Server simulation.\n\n## Overview 🚀  \nThe Simple WebPlatform is a versatile server designed to:  \n- **Manage multiplayer connections** 🥽 for seamless user experiences in collaborative environments.\n- **Monitor Gama Server simulations** 🖥️ for data-driven insights.  \n\nBuilt with **React**, **TypeScript**, and **Vite**, this project leverages modern technologies for robust real-time communication.\n\n---\n\n## Features ✨  \n- **WebSocket Integration**: Efficient real-time data streaming.  \n- **Gama Server Monitoring**: Track, communicate and pilot GAMA simulation.  \n- **Multiplayer Management**: Simplify connection handling in multiplayer games.  \n- **Extensible Architecture**: Built for scalability and custom workflows.\n\n---\n\n## Tech Stack 🛠️  \n- **Languages**: TypeScript, JavaScript  \n- **Frameworks**: React, Node.js  \n- **Build Tool**: Vite  \n- **Other Tools**: ESLint, TailwindCSS, PostCSS\n\n---\n\n## Getting Started 🏗️  \n\n### Prerequisites  \n- Node.js \u003e= v22\n- npm or yarn  \n### Installing Node and npm\n- To install Node.js, go to [https://nodejs.org/en/download](https://nodejs.org/en/download)\n- From here, select the operating system of your machine, and use either the command or the installer.\n- if you selected the installer option, you can check Node and npm were installed correctly using the command:\n  ```bash\n   node -v npm -v\n  ```\nthis command should return the version of both tools.\n### Installation  \n\n1. Clone the repository:  \n   ```bash\n   git clone https://github.com/project-SIMPLE/simple.webplatform.git\n   cd simple.webplatform\n   ```\n2. Install dependencies:  \n   ```bash\n   npm install\n   ```\n3. Configure environment variables:  \n   - Copy `.env.example` to `.env`:  \n     ```bash\n     cp .env.example .env\n     ```\n   - Update the values based on your setup.  \n\n4. Start the development server:  \n   ```bash\n   npm start\n   ```\n   \n\u003e Mind that the GAMA Platform have to be running and accessible by the web platform, it can be started at any time\n\n---\n\n## Usage 🕹️  \nOnce the server is running:  \n1. Access the interface at [http://localhost:8000](http://localhost:8000) \n2. Connect it to your Gama simulations and observe real-time updates.  \n3. Test multiplayer functionality with sample clients or your own game server.\n\n---\n\n## Contributing 🤝  \nContributions are welcome! Follow these steps:  \n1. Fork the repository.  \n2. Create a new branch (`git checkout -b feature-branch`).  \n3. Commit your changes (`git commit -m \"Add feature\"`).  \n4. Push to your branch (`git push origin feature-branch`).  \n5. Open a Pull Request.\n\n---\n\n## License 📄  \nThis project is licensed under the AGPL-3.0 License. See the [LICENSE](LICENSE) file for details.\n\n---\n\n## Acknowledgments 🙌\n- Built with ❤️ by the [Project SIMPLE](https://github.com/project-SIMPLE) team.  \n- Thanks to [yume-chan](https://github.com/yume-chan/) for he's awesome [ya-webadb](https://github.com/yume-chan/ya-webadb) library\n\n--- \n\nFeel free to open issues or discussions for questions and ideas! 😊  \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproject-simple%2Fsimple.webplatform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproject-simple%2Fsimple.webplatform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproject-simple%2Fsimple.webplatform/lists"}