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

Provide full application examples #9

Open
Angelmmiguel opened this issue Oct 11, 2022 · 2 comments
Open

Provide full application examples #9

Angelmmiguel opened this issue Oct 11, 2022 · 2 comments
Labels
🚀 enhancement New feature or request 💡Looking for ideas Issue under discussion and looking for ideas

Comments

@Angelmmiguel
Copy link
Contributor

Currently, we provided a set of examples in the project. These examples show the basics of Wasm Workers Server, although we don't include yet complete applications.

It would be great to provide more complete applications based on existing frameworks such as Astro, NextJS or Fresh. This will help to understand the current limitations and improve the project in general.

This issue is also created to get new ideas. If you have any specific application you would like to see here, feel free to drop it!

@Angelmmiguel Angelmmiguel added 🚀 enhancement New feature or request 💡Looking for ideas Issue under discussion and looking for ideas labels Oct 11, 2022
@Alphapage
Copy link

Hello, this is a great project. Personally, I need a rest example with database request.
Maybe graphql and social login too, but this could be considered as plugins ...

@Angelmmiguel
Copy link
Contributor Author

Hello @Alphapage,

Thanks for your comment! Database requests is something we have in our roadmap, although we didn't start with the implementation yet. There are different ways this problem can be solved: providing sockets support, allowing SQL queries and configure the connection or even mounting a SQLite file in the worker.

The GraphQL example is interesting as it by default provides a single endpoint and it matches with the worker idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 enhancement New feature or request 💡Looking for ideas Issue under discussion and looking for ideas
Projects
None yet
Development

No branches or pull requests

2 participants