wasm-workers-server icon indicating copy to clipboard operation
wasm-workers-server copied to clipboard

Provide full application examples

Open Angelmmiguel opened this issue 2 years ago • 2 comments

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 avatar Oct 11 '22 06:10 Angelmmiguel

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 ...

Alphapage avatar Jan 05 '23 17:01 Alphapage

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.

Angelmmiguel avatar Jan 11 '23 07:01 Angelmmiguel