Skip to content

Commit

Permalink
Server is called Clock
Browse files Browse the repository at this point in the history
  • Loading branch information
devlaam committed Sep 6, 2023
1 parent 7b6046c commit d8b073c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ libraryDependencies += "com.sense2act" %% "leucine" % "<latest-version>"
The directory [s2a/leucine/demo](https://github.com/devlaam/Leucine/tree/develop/shared/src/main/scala/s2a/leucine/demo) contains some examples how to use the actors.
There are four demo's:
* Ticker: Runs a stateful actor through some ticks, and at the same time uses Logger actor as an example as well
* Server: Opens the raw TCP `localhost:8180` port for parallel connections and serves the time for 60 seconds.
* Clock: Opens the raw TCP `localhost:8180` port for parallel connections and serves the time for 60 seconds.
* Crawler: Spawns some actors in a hierarchical fashion and sends messages up and down the pyramid.
* ChatGRT: Runs a chat bot that produces random output after you have signed up for an account.

Expand Down

0 comments on commit d8b073c

Please sign in to comment.