Earlier quoted context omitted.
... what do you think those are
this thread is making me feel like I'm going crazy
Zerocal – A Serverless Calendar App in Rust
41–50 of 64 posts
Re: Zerocal – A Serverless Calendar App in Rust
#42Re: Zerocal – A Serverless Calendar App in Rust
#43Earlier quoted context omitted.
> I remember making things with Golang… was torture with common hosting solutions) What made it difficult to deploy Go apps?
I did it around 2 years ago: the web solutions were not very mature and it was poorly supported (but that's my subjective experience)
Re: Zerocal – A Serverless Calendar App in Rust
#44Earlier quoted context omitted.
Sorry but how is it serverless? Is it a static HTML file with JS that does the job? Isn't there a server that the request goes to?
Good question. It depends on your definition of serverless. Strictly speaking there is no serverless, there's always some infrastructure somewhere. However the calendar file gets created out of thin air from the GET parameters alone. There is no state or storage involved. Other calendar apps have a backend with a DB; this one doesn't. Now whether that counts as truly serverless is up to you I guess. It's as close as…
Re: Zerocal – A Serverless Calendar App in Rust
#45Earlier quoted context omitted.
I did it around 2 years ago: the web solutions were not very mature and it was poorly supported (but that's my subjective experience)
What solutions were you using?
Re: Zerocal – A Serverless Calendar App in Rust
#46Earlier quoted context omitted.
> I remember making things with Golang… was torture with common hosting solutions) What made it difficult to deploy Go apps?
I did it around 2 years ago: the web solutions were not very mature and it was poorly supported (but that's my subjective experience)
Re: Zerocal – A Serverless Calendar App in Rust
#47Re: Zerocal – A Serverless Calendar App in Rust
#48Earlier quoted context omitted.
Sorry but how is it serverless? Is it a static HTML file with JS that does the job? Isn't there a server that the request goes to?
Good question. It depends on your definition of serverless. Strictly speaking there is no serverless, there's always some infrastructure somewhere. However the calendar file gets created out of thin air from the GET parameters alone. There is no state or storage involved. Other calendar apps have a backend with a DB; this one doesn't. Now whether that counts as truly serverless is up to you I guess. It's as close as…
Re: Zerocal – A Serverless Calendar App in Rust
#49Earlier quoted context omitted.
This can easily run on Cloudflare workers, you don't even need a server
... what do you think those are
Re: Zerocal – A Serverless Calendar App in Rust
#50Earlier quoted context omitted.
I did it around 2 years ago: the web solutions were not very mature and it was poorly supported (but that's my subjective experience)
What solutions were you using?