sseyren / anket

Realtime poll service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

anket

Installation

Get the latest release.

Usage

Currently, program depends on some environment variables. It doesn't take any command line arguments.

Environment Variables

Name Type Required? Default Value
ANKET_LISTEN SocketAddr (IP:Port) no 0.0.0.0:3000 Internal address that server binds and listens from.
ANKET_SECURE 0 or 1 no 0 Indicates that end-user interacts with this service via a secure transport. Set this to 1 if you use HTTPS. Currently, this variable is used to determine Secure attribute of cookies.
ANKET_LOG EnvFilter no info

About

Realtime poll service


Languages

Language:Rust 78.5%Language:JavaScript 13.2%Language:Jinja 6.5%Language:CSS 1.8%