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
The end goal is to be able to allow any developer to host a server-side portal.
Rather than developing a specific server-side portal (such as with Next.js or Hono) and letting each member of the community host it, it would be more beneficial to create a library that adheres to WinterCG specifications. This ensures compatibility across various JS runtimes, including Deno, Node.js, and Cloudflare Workers.
We have already decoupled the functions needed so that both our portal implementations (i.e. server side and service worker) use a common library, so we just need to make sure those specifications are met.
Component
portal
Code of Conduct
I agree to follow this project's Code of Conduct.
The text was updated successfully, but these errors were encountered:
Tzal3x
changed the title
[Feature]: Update common lib to adhere to the WinterCG specifications.
[Feature]: Update common lib to adhere to the WinterCG specifications.
Oct 2, 2024
Tzal3x
changed the title
[Feature]: Update common lib to adhere to the WinterCG specifications.
Update common lib to adhere to the WinterCG specifications.
Nov 13, 2024
Description
The end goal is to be able to allow any developer to host a server-side portal.
Rather than developing a specific server-side portal (such as with Next.js or Hono) and letting each member of the community host it, it would be more beneficial to create a library that adheres to WinterCG specifications. This ensures compatibility across various JS runtimes, including Deno, Node.js, and Cloudflare Workers.
We have already decoupled the functions needed so that both our portal implementations (i.e. server side and service worker) use a common library, so we just need to make sure those specifications are met.
Component
portal
Code of Conduct
The text was updated successfully, but these errors were encountered: