Skip to content

Releases: geekapk-r/ServerR

Hello, world!

01 Jun 08:22
Compare
Choose a tag to compare
dse@susepc:~/GeekApk/ServerR$ ./target/debug/geekapkd
🌌  Hello, GeekApk! Found environment (rocket environment see rocket output):
🐶  DOGETOK: :doge:
🔌  WEBHOOKS: 
🔧  Configured for development.
    => address: localhost
    => port: 8000
    => log: normal
    => workers: 4
    => secret key: generated
    => limits: forms = 32KiB
    => tls: disabled
👾  Catchers:
    => 404
    => 413
    => 401
    => 400
🛰  Mounting '/':
    => GET /
📂  DATABASE_URL: postgres://geekapk:dolphins@localhost:5433/geekapk
🚀  Rocket has launched from http://localhost:8000
GET / text/html:
    => Matched: GET /
    => Outcome: Success
    => Response succeeded.
GET / text/html:
    => Matched: GET /
    => Outcome: Success
    => Response succeeded.
GET /a text/html:
    => Error: No matching routes for GET /a text/html.
    => Warning: Responding with 404 Not Found catcher.
    => Response succeeded.

Initialize Cargo repository

31 May 06:14
6748b04
Compare
Choose a tag to compare

Cargo project initialized

目前 Server 由 Rust 编写,使用 了这些库:

Initialize repository

30 May 04:28
5a4ea2b
Compare
Choose a tag to compare

Codeless, just fit GitHub community std

  • Contributing
  • PR template
  • Issue template