Skip to content

wsieroci/CurlWorker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CurlWorker

This is sample program written in Scala, done for purposes related to learning Scala programming language. Program is creating two actors using Akka Actors. First of them picks random url every 5 seconds and send it to second one. Second actor is making http request to that url and prints response code. That's it.

About

Sample implementation of akka actors in Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages