10 lines
431 B
Markdown
10 lines
431 B
Markdown
# CAMFISH
|
|
|
|
*Concurrent Actor Model Framework for Internet Services on Holanet*
|
|
|
|
[](https://pkg.go.dev/git.tebibyte.media/sashakoshka/camfish)
|
|
|
|
CAMFISH is a Go framework for creating daemons using an actor-model
|
|
architecture. It is designed to be fault-tolerant, and is capable of restarting
|
|
individual parts of your program (actors) if they fail.
|