• This repository has been archived on 05/Mar/2024
  • Stars
    star
    9
  • Rank 1,873,543 (Top 39 %)
  • Language
    Scala
  • License
    MIT License
  • Created over 3 years ago
  • Updated about 2 months ago

Reviews

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

Repository Details

Fast, efficient, pure-functional, effect-free websocket, http and udp server, http client and telegram bot

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