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
- Host: GitHub
- URL: https://github.com/billryan/akka_notes
- Owner: billryan
- Created: 2015-08-25T12:13:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T09:12:26.000Z (over 10 years ago)
- Last Synced: 2025-01-14T17:38:06.803Z (12 months ago)
- Language: Scala
- Homepage: http://blog.yuanbin.me/categories/akkanotes/
- Size: 152 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)