Skip to content

A lightweight HTTP/WebSocket server built with ZIO

License

Notifications You must be signed in to change notification settings

zero-deps/frontier

Repository files navigation

frontier

Deprecated

A lightweight HTTP/WebSocket server with a single dependency on zio-stream.

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

users req/s score
./ftier 600 900 65%
./ws 400 600 43%
ziohttp 925 1387 100%
akkahttp 150 225 16%

About

A lightweight HTTP/WebSocket server built with ZIO

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages