GitXplorerGitXplorer
A

pyorha

public
3 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
ad7c2d36e869d6f50668c4a9ce815c9a3b9573a2

Merge pull request #1 from AkiaCode/dependabot/go_modules/github.com/gofiber/fiber/v2-2.50.0

AAkiaCode committed a year ago
Verified
ac4a77ec1e52d6f2b156b8d29f0b4a0ad68663f3

build(deps): bump github.com/gofiber/fiber/v2 from 2.37.1 to 2.50.0

ddependabot[bot] committed a year ago
Unverified
6247653cc2fbd88b4acf99026f0fd1f34c2caa7c

license

AAkiaCode committed 2 years ago
Unverified
50911b43529684bb8b8c29727b6e57f687fc8792

mod: add readme

AAkiaCode committed 2 years ago
Verified
15439a88f4fba34865b41d177fbef7d7c0a4c152

Delete s.star

AAkiaCode committed 2 years ago
Unverified
1c92a730713bec0ee7db151c2108d00401f17e51

init

AAkiaCode committed 2 years ago

README

The README file for this repository.

Pyorha

Pyorha (별하) is static serving tooling

Usage

  • Next.js
$npx next build
$npx next export
$pyorha build ./out out
$pyorha serve out

Build

$go build ./cmd/pyorha

Requirement

  • go1.19
  • gcc

Performance

$gobench -u http://localhost:3000 -k=true -c 500 -t 10
  • next.js + Pyorha static serving (Hello World website)
Requests:                          2329810 hits
Successful requests:               2329810 hits
Network failed:                          0 hits
Bad requests failed (!2xx):              0 hits
Successful requests rate:             3222 hits/sec
Read throughput:                  14133681 bytes/sec
Write throughput:                   277191 bytes/sec
Test time:                             723 sec
  • next.js + echo static serving (Hello World website)
Requests:                          1826186 hits
Successful requests:               1826186 hits
Network failed:                          0 hits
Bad requests failed (!2xx):              0 hits
Successful requests rate:             2536 hits/sec
Read throughput:                   3748754 bytes/sec
Write throughput:                   218187 bytes/sec
Test time:                             720 sec

File Size

  • next.js + Pyorha static serving (Hello World website)

128KB

  • next.js + echo static serving (Hello World website)

375KB