Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 873 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 873 Bytes

civetweb-scala

CivetWeb bindings for Scala

WARNING: This is a very early experimental effort. The things may not work as expected or not work at all.

How to run

  • Run sbt run or sbt compile.
  • Enjoy the HTTP server at http://localhost:8080/health.

See Main.scala as an example on how to use the bindings.

Random technical details

Features to be considered

  • Publish to maven repository / bintray.