proto-socket/dart
toki e48722d811 Refactor project structure and add Close() method
- Add Close() method to Communicator for proper resource cleanup
- Move examples from go/example/ to go/examples/
- Move test files to go/test/ directory
- Add cross-test files for Dart-Go interop testing
- Add comprehensive test suite (tcp, ws, tls, heartbeat tests)
- Add crosstest directory for multi-language testing
- Add SKILL documentation for adding crosstest languages
2026-04-11 09:54:03 +09:00
..
.vscode Initial commit: Dart implementation of toki-socket protocol 2026-04-05 13:44:04 +09:00
crosstest Refactor project structure and add Close() method 2026-04-11 09:54:03 +09:00
lib Update protocol docs and fix communicator implementation 2026-04-05 22:46:46 +09:00
test Update protocol docs and fix communicator implementation 2026-04-05 22:46:46 +09:00
analysis_options.yaml Initial commit: Dart implementation of toki-socket protocol 2026-04-05 13:44:04 +09:00
pubspec.yaml Initial commit: Dart implementation of toki-socket protocol 2026-04-05 13:44:04 +09:00