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

Run solver engine in a server. #8

Open
foxrafa opened this issue Mar 20, 2023 · 1 comment
Open

Run solver engine in a server. #8

foxrafa opened this issue Mar 20, 2023 · 1 comment

Comments

@foxrafa
Copy link

foxrafa commented Mar 20, 2023

It might be a really cool idea to have the option of instead of running the solver engine in the browser with WASM, to run the engine in the computer as an API. This way one could setup the engine's API to run on a server (like google cloud compute engine) and be able to get results faster. And additionally, one could use the free tier so wasm-postflop it would continue to be free.

@b-inary
Copy link
Owner

b-inary commented Mar 21, 2023

The idea sounds good, but honestly, it would be difficult to work on due to my limited time resources. I am currently working on implementing file I/O functions in the solver engine. After this implementation, you can run the computation on a server and download the results without interfering with the API.

Of course, since this is an open-source project, contributions are always welcome.

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