8000 GitHub - xobust/cs2-log-proxy
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xobust/cs2-log-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS2 log proxy (WIP)

A Go + React application to receive CS2 log packages (logaddress_add_http) and store them in a file system. It also provides a management UI to view and manage the logs with real-time updates. Proxying logs to multiple receivers is planned.

Roadmap

  • Implement log receiving
  • Implement robust chunk reconstruction
  • Implement robust log proxying
  • Add support for log delay
  • Implement log storage (S3 planned)
  • Implement management UI (React + Material-UI)
  • Run distributed on multiple machines

Getting Started

Backend (Go)

cd cs2-log-manager
go run main.go

Frontend (React)

cd cs2-log-manager/web
npm install
npm start
  • Backend runs on localhost:8081
  • Frontend runs on localhost:3000 (proxy to backend)

Status

Work in progress. Contributions and feedback welcome!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0