wasm-workers-server
wasm-workers-server copied to clipboard
Provide full application examples
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!
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 ...
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.