Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static client #207

Open
3kh0 opened this issue Oct 24, 2022 · 5 comments
Open

Static client #207

3kh0 opened this issue Oct 24, 2022 · 5 comments

Comments

@3kh0
Copy link

3kh0 commented Oct 24, 2022

Is there a client that you can just upload to a Apache server and it will connect?

@finnbear
Copy link
Member

finnbear commented Oct 24, 2022

Hi,

We usually recommend an <iframe/>-based solution. Even if the client could be served statically, it would break after every update.

@finnbear
Copy link
Member

In fact we have a ready-made HTML file for this purpose: https://raw.githubusercontent.com/SoftbearStudios/mk48/main/assets/embed/iframe.html

@3kh0
Copy link
Author

3kh0 commented Oct 24, 2022

@finnbear iframes do not work for my purpose

@finnbear
Copy link
Member

Just took a peek at your project and it seems you are in the business of "unblocking" games. Depending on how the blocking is implemented, any connection to our official domain (whether from a copy of or iframe to our client) may be blocked. If we ever develop a single player version of Mk48.io (which we had in the past but didn't include in our port from Go to Rust), that might be more aligned with what you are trying to accomplish 🙂

@3kh0
Copy link
Author

3kh0 commented Oct 24, 2022

@finnbear Yes, I first want to get a stand-alone client for the blocks that only detect the URL of the page, then later I can proxy the requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants