Update README.md

This commit is contained in:
giongto35 2019-06-26 02:13:31 +08:00 committed by GitHub
parent 348e3ec4b7
commit 3c1d0bc4e4

2
README.md vendored
View file

@ -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