Artomatica
Artomatica
WWasp-lang
Created by Artomatica on 10/17/2023 in #đŸ™‹questions
Wasp SaaS+blog
I have a web service created using Wasp. To promote my web service I want to post blogposts with service description, updates, etc.. What is the easiest way to do it? It will be nice to have basic blogging functionality, like with Hugo, but I also want to keep it light and modular without writing the whole blogging engine from scratch. What you are using to host: https://wasp-lang.dev/blog, guys? Is it something custom?
13 replies
WWasp-lang
Created by Artomatica on 10/6/2023 in #đŸ™‹questions
Dedicated server deployment
How to deploy wasp on bare metal (Ubuntu) server? I have a dedicated server which I use for different experiments, is there any guide on how to deploy my app not on popular providers like fly.io or netlify, but on my dedicated server?
13 replies
WWasp-lang
Created by Artomatica on 9/28/2023 in #đŸ™‹questions
How to implement text streaming(the same way it is done in ChatGPT)?
Use case: I am requesting chat completion from LLM(different ones, not only ChatGPT); I want to stream the response back as it arrives on the server, from the server to the client, word by word. What is the easiest way to do it in Wasp? Thanks!
11 replies