Skip to content

cb372/scala-native-example-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala Native example - webserver

Companion code for this blogpost: http://tech.ovoenergy.com/scala-native-webserver/

This is a toy HTTP erver that simply responds to any request with some info about that request.

It is implemented using libuv for event-driven I/O.

To install dependencies

On a Mac:

$ brew install llvm bdw-gc re2 libuv

For other platforms, see the official Scala Native docs.

To run

$ sbt run

To run the unit tests

$ sbt test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published