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
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
4
+
5
+
## Project Overview
6
+
7
+
This is a Red5 WebSocket chat application demo that demonstrates real-time chat functionality using WebSockets with a Red5 server. The application provides both WebSocket and Flash/Shared Object communication channels.
8
+
9
+
## Build Commands
10
+
11
+
-**Build**: `mvn package` - Builds the application and creates a WAR file
12
+
-**Default goal**: `package` - Maven's default goal is set to package
0 commit comments