Skip to content

Some small general-purpose libraries

Notifications You must be signed in to change notification settings

maxkar/corelib-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corelib Libraries

A collection of small faceted/modular libraries for most common tasks like working with json, running webserver or creating a desktop app.

Interesting Examples

  • json/samples/streaming-formatter - json formatter reusing bits from the standard library. It uses coroutines to allow "asynchronous" (in relation to the main formatting code) input-output.
  • http/server/jetty/qos - coroutine-based http server middleware with quality-of-service support (prioritizing processing of the requests).

About

Some small general-purpose libraries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages