mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-22 09:37:09 +00:00
Update README.md
This commit is contained in:
parent
348e3ec4b7
commit
3c1d0bc4e4
1 changed files with 1 additions and 1 deletions
2
README.md
vendored
2
README.md
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue