You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2022. It is now read-only.
Currently, Ionic-Angular client-side code is taking forever to be downloaded from players. Svelte is a lightweight javascript framework that produces much less build code and is much more suitable for a gaming server's client-code than Ionic-Angular. Also, Tailwind is a lightweight responsive CSS framework that should the same job as Ionic's built-in responsive CSS classes do.
Core
Rewrite Angular code to Svelte code.
Note: Implies in rewrite all client-side code, which currently is the entire player HUD.
Currently, Ionic-Angular client-side code is taking forever to be downloaded from players. Svelte is a lightweight javascript framework that produces much less build code and is much more suitable for a gaming server's client-code than Ionic-Angular. Also, Tailwind is a lightweight responsive CSS framework that should the same job as Ionic's built-in responsive CSS classes do.
Core
Note: Implies in rewrite all client-side code, which currently is the entire player HUD.
Svelte docs: http://svelte.dev
The text was updated successfully, but these errors were encountered: