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
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!
The text was updated successfully, but these errors were encountered:
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 ...
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.
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!
The text was updated successfully, but these errors were encountered: