README.md 803 B

Pellet

Pellet is an opinionated, Kotlin-first web framework that helps you write fast, concise, and correct backend services 🚀.

This is a simple set of benchmarks as part of the TechEmpower Web Framework Benchmarks suite.

The suite currently includes the plaintext, JSON serialization, single query, multiple query, database updates, and fortunes tests.

All routes are contained within the Benchmark.kt file.

Test URLs

Plaintext

http://localhost:8080/plaintext

JSON Serialization

http://localhost:8080/json

Single Query

http://localhost:8080/db

Multiple Queries

http://localhost:8080/queries

Database Updates

http://localhost:8080/updates

Fortunes

http://localhost:8080/fortunes