https://github.com/exsper/yno-web-booster
An unofficial YNOproject games client, using local cache to make the game load more quickly.
https://github.com/exsper/yno-web-booster
Last synced: about 2 months ago
JSON representation
An unofficial YNOproject games client, using local cache to make the game load more quickly.
- Host: GitHub
- URL: https://github.com/exsper/yno-web-booster
- Owner: Exsper
- License: mit
- Created: 2024-04-12T17:38:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T06:34:59.000Z (about 2 years ago)
- Last Synced: 2024-04-13T20:04:45.744Z (about 2 years ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yno-web-booster
An unofficial [YNOproject](https://ynoproject.net/) games client, using local cache to make the game load more quickly.
🚧 UNDER CONSTRUCTION 🚧
## About Cache
when received the response's header, compare the "last-modified" date with local cache to ensure the cache is up-to-date.
The cache files is in the "cache" folder.
## Other Client
Also check joaovitorbf's [YNO desktop](https://github.com/joaovitorbf/ynodesktop) !