express_crystal

Version, currently master branch1 version
  • master branchlatestMar 28, 2023

github.com/Rorkh/gm_express_service.cr

Alternative backend for gm_express

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  express_crystal:
    github: Rorkh/gm_express_service.cr
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.7.2
License
MIT
Author
Rorkh
Target
  • express_crystal from src/express.cr

Dependencies

Runtime Dependencies

  • redis*github: stefanwille/crystal-redis
  • router*github: tbrand/router.cr

README

gm_express_service.cr

This is the alternative backend web project that supports the GMod Express Addon.

Installation

Ubuntu

You need local redis server running

curl -fsSL https://crystal-lang.org/install.sh | sudo bash
git clone https://github.com/Rorkh/gm_express_service.cr express_service
cd express_service
shards run

Docker

Will be soon

Project goals

No goals. Just learning Crystal. I'm not sure it's more performant (but maybe).