Skip to content

Latest commit

Β 

History

History
62 lines (41 loc) Β· 1.59 KB

File metadata and controls

62 lines (41 loc) Β· 1.59 KB

CS2D Server List

Node.js License: MIT Live Demo

CS2D Server List is an amateur project for monitoring CS2D game servers, built with Node.js and Redis. It provides a public API for accessing server status, player statistics, and map information with CORS support.

CS2D Server List Preview


Features

  • πŸ“‘ Server Monitoring – Track server status, active players, and current maps.
  • πŸ† Player Statistics – Leaderboards and detailed player info.
  • πŸ—ΊοΈ Map Parser – View available maps and their details.
  • πŸ› οΈ Automation Tools – Lua scripts for uploading leaderboards.
  • πŸ”Œ Free Public API – CORS-enabled API for easy integration.

Requirements

  • Node.js v20+
  • Redis
  • IPInfo API Key

Quick Start

git clone https://github.com/ernestpasnik/cs2d-serverlist.git
cd cs2d-serverlist
npm install

Create .env:

HOST=0.0.0.0
PORT=3000
REDIS_URL=redis://127.0.0.1:6379
IPINFO_APIKEY=your_api_key_here
npm start

Related

  • CS2D LuaJIT – Replaces the default CS2D Lua engine with LuaJIT, enabling faster performance and support for external Lua C modules.

License

This project is licensed under the MIT License.