This repository has been archived by the owner on Mar 26, 2022. It is now read-only.
Terminal Implementation of the chat #35
Labels
good first issue
Good for newcomers
implementation
low priority
question
Further information is requested
As Labra told us maybe some of us should start trying to diversify our progress into a cross-platform implementation, I spent some time searching for a java implementation of a small chat using Websockets; I also found a git repository that is simple an ssh chat but the problem is, that it is completely coded in Go. I think we can try to imitate that Go project, something like, we open a ssh connection to a user that acts as a host, we send messages to this chat, allowing multiple users to be connected, and then when someone leaves the chat, we write all the data stored in a buffer from the chat into the user-server SOLID pod.
Here's a link to the git Go project if you want to have look:
https://github.com/shazow/ssh-chat/blob/master/chat/command.go
The text was updated successfully, but these errors were encountered: