Skip to content

Move to use RESTful API instead of databases #128

@TiBarification

Description

@TiBarification

Is your feature request related to a problem? Please describe.
As we know there are a bunch of issues related to driver connection in MySQL of SourceMod, late loading items etc...

Describe the solution you'd like
Create and use separate BackEnd part that can use any database and proceed work with prepared contracts.
Expected issues:

  • high latency
  • more libs to support payloads in format as json, xml
  • additional skills with optimization

Describe alternatives you've considered
Use local database, but it is not a solution for large database.

Additional context
Maybe implement sockets connection to synchronize items between gameserver & database.

Profits

  • More secure layers, flexible access in a future
  • Code will remain open source and use another license, premium features can be moved to another builds, so there no prohibit of GPLv3
  • Less dependent on database drivers of SourceMod.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions