https://github.com/jcbritobr/chat
Simple multithreaded chat using sync.Map.
https://github.com/jcbritobr/chat
chat go golang threading
Last synced: about 2 months ago
JSON representation
Simple multithreaded chat using sync.Map.
- Host: GitHub
- URL: https://github.com/jcbritobr/chat
- Owner: jcbritobr
- License: mit
- Created: 2021-05-04T21:55:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T00:53:43.000Z (about 4 years ago)
- Last Synced: 2024-04-17T19:26:17.536Z (about 1 year ago)
- Topics: chat, go, golang, threading
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nonblocking Chat
Simple multithreaded chat written in golang, using sync.Map.