https://github.com/4cecoder/chatty
chat client and server
https://github.com/4cecoder/chatty
chat go golang minimal terminal-based
Last synced: about 1 year ago
JSON representation
chat client and server
- Host: GitHub
- URL: https://github.com/4cecoder/chatty
- Owner: 4cecoder
- License: mit
- Created: 2023-03-14T02:30:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T02:37:00.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T16:29:45.885Z (about 1 year ago)
- Topics: chat, go, golang, minimal, terminal-based
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chatty
### clone this
`https://github.com/4cecoder/chatty`
`cd chatty`
### build client ON YOUR local computer
`cd cmd/client/ && go build`
### FOR THE SERVER: build the server
`cd cmd/server/ && go build`