-
Notifications
You must be signed in to change notification settings - Fork 0
jaym/go-orleans-chat-example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
## How to run Run each of these in a different terminal Node1: ``` go run . node 1 ``` Node2: ``` go run . node 2 ``` Client 1: ``` nc localhost 9501 ``` Client 2: ``` nc localhost 9501 ``` On Client 1: ``` /join room1 ``` On Client 2: ``` /join room1 ``` On Client 2: ``` /msg room1 hello ```
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published