• Stars
    star
    10
  • Rank 1,807,489 (Top 36 %)
  • Language
    Scala
  • License
    MIT License
  • Created about 4 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A lightweight HTTP/WebSocket server built with ZIO

frontier

Fast, efficient, pure-functional, effect-free WebSocket, HTTP and UDP server, HTTP client and Telegram bot.

demo

sbt 'project demo' run
curl -X GET -d 'ใ“ใ‚“ใซใกใฏ' http://localhost:9012/echo
curl -X POST -d 'ใ“ใ‚“ใซใกใฏ' http://localhost:9012/echo
curl -X TRACE -d 'ใ“ใ‚“ใซใกใฏ' http://localhost:9012

benchmark

cnt/s 99th pct
frontier 750 206
http4s 750 236
ulimit -n 65536
sbt 'project benchmark' run
ulimit -n 65536
sbt 'project benchmark' GatlingIt/test