You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
Students, please feel free to adapt this code to connect with the chat client.
@nickvidal work is already underway on this using React as far as I know. I am not sure the client you linked is relevant for the task at hand.
We're looking for something simple and embeddable. It looks like the client assumes an existence of a bot and things like password handling. Neither of these are goals of the project, what we need is a basic networked application, where peers can exchange lines of text and perform assertions on identity of peers by using data provided by Enarx runtime.
Additionally, we should be using a single WebSocket here and not a REST webhook
Could you specify the requirements on how the client should look like if you have any? Thanks
Ah, yes, we would just use the UI from this one, removing all the extra code and connecting via WebSocket.
But if we already have something underway, that's great!
Ah, yes, we would just use the UI from this one, removing all the extra code and connecting via WebSocket. But if we already have something underway, that's great!
Yes, we'll add UI styling as the last step. For now, there are still too many unknowns and adding a complete UI would only complicate making progress.
Is there an existing issue for this?
Description
The existing chat client should be extended to provide a web interface to send and receive messages.
This would allow to overcome the inability to use threads to simultaneously receive and send messages.
Acceptance Criteria
No response
Suggestions for a technical implementation
No response
The text was updated successfully, but these errors were encountered: