command
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Jul 9, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Build
CGO_ENABLED=1 go build
As the sqlite3 library uses CGO, your binary will be dynamically, NOT statically
linked.
Load test
Use hey, for example:
hey -c 200 -n 1000 http://localhost:9999/
Documentation
¶
An example web application for tracking user visits, using sqlite3 for persistence.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.