Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Terminal Implementation of the chat #35

Open
EnriqueJRodriguez opened this issue Mar 14, 2019 · 2 comments
Open

Terminal Implementation of the chat #35

EnriqueJRodriguez opened this issue Mar 14, 2019 · 2 comments
Assignees
Labels
good first issue Good for newcomers implementation low priority question Further information is requested

Comments

@EnriqueJRodriguez
Copy link
Contributor

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

@EnriqueJRodriguez EnriqueJRodriguez added the question Further information is requested label Mar 14, 2019
@EnriqueJRodriguez EnriqueJRodriguez added the good first issue Good for newcomers label Mar 14, 2019
@EnriqueJRodriguez
Copy link
Contributor Author

I have created the parallel project about the implementation of this terminal de-chat.

@EnriqueJRodriguez
Copy link
Contributor Author

C# and other languages are discarded because it is easier to use the SOLID libraries in their native languages

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers implementation low priority question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants