Update from task 279b9865-707d-45b5-be5a-da80dfc28fde - #2
Open
Rodef228 wants to merge 18 commits into
Hidden character warning
The head ref may contain hidden characters: "\u043f\u0440\u043e\u0435\u043a\u0442\u043d\u043e\u0435-\u0432\u0438\u0434\u0435\u043d\u0438\u0435-28fde"
Open
Conversation
Key features implemented: - Added complete Flutter web application in flutter_app/ with real-time messaging UI - Implemented WebSocket API server in internal/api/ws.go for Flutter frontend communication - Created data models, services, screens and widgets for Flutter app with Provider state management - Integrated WebSocket communication between Flutter frontend and Go backend - Updated README with detailed setup instructions for both Go backend and Flutter frontend - Modified main Go node to start WebSocket API server on port 8765 alongside TCP server - Added dependency on gorilla/websocket for WebSocket functionality The changes introduce a complete web-based frontend for the Mesh-CU messenger that connects to the Go backend via WebSocket, providing real-time messaging capabilities with a modern Material Design interface.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was created by qwen-chat coder for task 279b9865-707d-45b5-be5a-da80dfc28fde.