Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Abandoned - A fork of asking, the open-source strawpoll alternative, for PussTheCat.org | !THE INSTANCE URL IS HARDCODED!

Notifications You must be signed in to change notification settings

PussTheCat-org/PussTheCat.org-asking

 
 

Repository files navigation

asking.one build test

Very lightweight service to create/vote on polls.

Stack

  • React
  • Express
  • PostgreSQL
  • Docker
  • Docker Compose
  • Github Actions

Dev

docker-compose -f docker-compose.dev.yml up -d --build

Prod

docker-compose -f docker-compose.prod.yml up -d --build

Benchmarks

  • Performed against the API which is running in a Docker container
  • Using K6 for load testing
  • Running on a machine with: ubuntu 21.04, 1gb ram, 1vcore
action requests/second
healthcheck 998
create poll 91
retrieve poll (has 0 votes) 234
retrieve poll (has 10,000 votes) 270
vote on poll 88

About

Abandoned - A fork of asking, the open-source strawpoll alternative, for PussTheCat.org | !THE INSTANCE URL IS HARDCODED!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.5%
  • CSS 6.0%
  • HTML 5.9%
  • Shell 1.4%
  • Dockerfile 1.2%