-
Notifications
You must be signed in to change notification settings - Fork 2
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
Determine and Publish Core Team Dev Stack #11
Comments
Containerization: Runtime:
I'm cool with trying out Deno now that it's been fully released, but this will limit us on what frameworks we can use. Mono-Repo Management: Build tooling:
I think Vite or Rollup is our best option to start; switching tooling is not very hard. I was able to switch from |
Thanks for your input @DylanBulmer . I like the idea of k8s for developing a basic service mesh for the open-source backend. I will do some explorations with Vite soon. |
Here are some of my ideas: Potential dev stacks with deployment strategies in mind (necessary to know now, so we don't need to go back in the future refactoring all our code). Approach 1 (Node container):Runtime: Nodejs Approach 2 (Node serverless):Runtime: Nodejs Approach 3 (Deno container):Runtime: Deno Approach 4 (Deno serverless):// I cannot find a quick tutorial that integrates WebSockets into a serverless application |
CORE TEAM DEV STACK OPTIONS:
Containerization:
Docker, Kubernetes
JS Runtime:
Node, Deno, Bun
Mono-Repo Management:
pnpm, nx, nx podcast info
Build Tooling
Webpack, Vite, Rollup, Bun
The text was updated successfully, but these errors were encountered: