All Projects → guobinhit → Akka Guide

guobinhit / Akka Guide

Licence: mit
🌴 A chinese guide of Akka, based on Java.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Akka Guide

nact
nact ⇒ node.js + actors ⇒ your services have never been so µ
Stars: ✭ 1,003 (+362.21%)
Mutual labels:  actors, akka
Akkatecture
a cqrs and event sourcing framework for dotnet core using akka.net
Stars: ✭ 414 (+90.78%)
Mutual labels:  akka, actors
protoactor-go
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Stars: ✭ 4,138 (+1806.91%)
Mutual labels:  actors, akka
protoactor-python
Proto Actor - Ultra fast distributed actors
Stars: ✭ 78 (-64.06%)
Mutual labels:  actors, akka
Protoactor Dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Stars: ✭ 1,070 (+393.09%)
Mutual labels:  akka, actors
akka-contextual-actor
A really small library (just a few classes) which lets you trace your actors messages transparently propagating a common context together with your messages and adding the specified values to the MDC of the underlying logging framework.
Stars: ✭ 17 (-92.17%)
Mutual labels:  actors, akka
Protoactor Go
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Stars: ✭ 3,934 (+1712.9%)
Mutual labels:  akka, actors
Robots
Actor system for Rust
Stars: ✭ 294 (+35.48%)
Mutual labels:  akka, actors
Nact
nact ⇒ node.js + actors ⇒ your services have never been so µ
Stars: ✭ 848 (+290.78%)
Mutual labels:  akka, actors
Akka Essentials
Java/Scala Examples from the book - Akka Essentials
Stars: ✭ 700 (+222.58%)
Mutual labels:  akka, actors
Akka.Persistence.MongoDB
MongoDB support for Akka.Persistence
Stars: ✭ 30 (-86.18%)
Mutual labels:  actors, akka
Actors
Evaluation of API and performance of different actor libraries
Stars: ✭ 125 (-42.4%)
Mutual labels:  akka, actors
endless
Scala library to describe sharded and event sourced entities using tagless-final algebras
Stars: ✭ 70 (-67.74%)
Mutual labels:  actors, akka
MuezzinAPI
A web server application for Islamic prayer times
Stars: ✭ 33 (-84.79%)
Mutual labels:  actors, akka
akka-cqrs-activator
Issue tracker PoC application written in Scala (Akka) and JavaScript (React) that demonstrates event sourcing and CQRS
Stars: ✭ 33 (-84.79%)
Mutual labels:  actors, akka
Akkadotnet Code Samples
Akka.NET professional reference code samples
Stars: ✭ 451 (+107.83%)
Mutual labels:  akka, actors
Akka Monitoring
Monitoring system instrumentation for Akka.NET actor systems
Stars: ✭ 105 (-51.61%)
Mutual labels:  akka, actors
Tacks
Real-time multiplayer sailing game, in your browser
Stars: ✭ 134 (-38.25%)
Mutual labels:  akka, actors
Otoroshi
Lightweight api management on top of a modern http reverse proxy
Stars: ✭ 177 (-18.43%)
Mutual labels:  akka
Chinese To Pinyin
一个将中文翻译成拼音的库
Stars: ✭ 199 (-8.29%)
Mutual labels:  chinese-translation

Akka 中文指南

authorlast commitissuesstarsforkslicense

更轻松地构建强大的反应式、并发和分布式应用程序

Akka 是一个用 Scala 编写的库,用于在 JVM 平台上简化编写具有可容错的、高可伸缩性的 Java 和 Scala 的 Actor 模型应用,其同时提供了Java 和 Scala 的开发接口。Akka 允许我们专注于满足业务需求,而不是编写初级代码。在 Akka 中,Actor 之间通信的唯一机制就是消息传递。Akka 对 Actor 模型的使用提供了一个抽象级别,使得编写正确的并发、并行和分布式系统更加容易。Actor 模型贯穿了整个 Akka 库,为我们提供了一致的理解和使用它们的方法。

快速入门指南

目录


English Original Editon: Akka Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].