An open API service indexing awesome lists of open source software.

https://github.com/billryan/akka_notes

Akka notes while learning akka reactive framework
https://github.com/billryan/akka_notes

Last synced: 10 months ago
JSON representation

Akka notes while learning akka reactive framework

Awesome Lists containing this project

README

          

# Akka Notes

## Akka Messaging

Documentation - [Akka Notes: Actor Messaging](http://blog.yuanbin.me/posts/2015/08/Akka-Notes-Actor-Messaging.html)

Source Code - [akka_notes/akka_messaging](https://github.com/billryan/akka_notes/tree/master/akka_messaging)

Forked from [arunma/AkkaNotes_Messaging](https://github.com/arunma/AkkaNotes_Messaging)

## Akka Logging

Documentation - [Akka Notes: Actor Logging and Testing](http://blog.yuanbin.me/posts/2015/08/Akka-Notes-Logging-and-Testing-Actors.html)

Source Code - [akka_notes/akka_logging](https://github.com/billryan/akka_notes/tree/master/akka_logging)

Forked from [arunma/AkkaNotes_Messaging](https://github.com/arunma/AkkaNotes_Messaging)

## Akka Testing

Documentation - [Akka Notes: Actor Logging and Testing](http://blog.yuanbin.me/posts/2015/08/Akka-Notes-Logging-and-Testing-Actors.html)

Source Code - [akka_notes/akka_testing](https://github.com/billryan/akka_notes/tree/master/akka_testing)

Forked from [arunma/AkkaNotes_Messaging](https://github.com/arunma/AkkaNotes_Messaging)

## Akka Messaging Request and Response

Documentation - [Akka Notes 4 - Request and Response](http://blog.yuanbin.me/posts/2015/08/Akka-Notes-Request-and-Response.html)

Source Code - [akka_notes/akka_messaging_request_response](https://github.com/billryan/akka_notes/tree/master/akka_messaging_request_response)

Forked from [arunma/AkkaMessagingRequestResponse](https://github.com/arunma/AkkaMessagingRequestResponse)