Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Releases: dgraph-io/gru

Gru v0.1.1 release

19 Jul 11:07
Compare
Choose a tag to compare
Gru v0.1.1 release Pre-release
Pre-release

This is an MVP release.

Features

Server

  • Ability to run a quiz and a demo before it.
  • Authentication based on a token for quiz candidates.
  • Rate limiting to avoid DDOS attacks.
  • Supports attempting demo quiz for candidates without a valid auth token.
  • Supports TLS encrypted communication.

Client

  • Command line client which is used to answer the quiz questions.
  • Shows the score, time left and information about the connection status to Gru server.