Skip to content

Room Management (REST API) #4

Description

@Pranux
  • Create RoomService with in-memory storage (ConcurrentHashMap)
  • Implement POST /api/rooms - Create new room
  • Implement POST /api/rooms/{id}/join - Join existing room
  • Implement GET /api/rooms/{id} - Get room details
  • Implement DELETE /api/rooms/{id}/leave - Leave room

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions