diff --git a/README.md b/README.md index c455c8f9..98938e05 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Note: The current state of Klog are not optimized for production. The service wi ## Feature 1. Cloud gaming: Game logic is hosted on a remote server. User doesn't have to install or setup anything. Images and audio are streamed to user in the most optimal way. 2. Cross-platform compatibility: The game is run on webbrowser, the most universal built-in app. No console, plugin, external app or devices are needed. The device must support webRTC to perform streaming. Joystick is also supported. -3. Vertically scaled: We can add more machines to handle more traffic. The closest server with highest free resource will be assigned to user (In development). +3. Vertically scaled + Load balancing: We can add more machines to handle more traffic. The closest server with highest free resource will be assigned to user. 4. Cloud storage: Game state is storing on online storage, so you can come back to continue playing in a game. ## Run on local by Docker