Skip to content

maxim-krikun/nim-requests-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build and run

nimble install jester
git clone git@github.com:bethford/nim-requests-counter.git
cd nim-requests-counter
nim c --threads:on -r main

Test

We will use wrk tool for generating high load so you should download and make it.

./wrk -t1 -d5s -c2 http://127.0.0.1:5000

You can change options values as you want (see ./wrk).

About

Example of asynchronous GET requests counter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages