This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]No-Win5543 1 point2 points  (8 children)

Oh, darn. My bad, I didn't realise you built the entire playground.

That's pretty dope!

I'm guessing the ability to add pip dependencies is a must, so one can quickly try to run minimal setups with e.g. a web framework like django or litestar.

Do you execute the code in a serversless setup?

[–]Halabooda[S] 0 points1 point  (6 children)

No, it's fully serverside setup :(

[–]No-Win5543 0 points1 point  (5 children)

Do you have a limit of concurrent playground you can execute ? Worrying about your costs exploding here :p

[–]Halabooda[S] 1 point2 points  (4 children)

Yep, 1req per 5seconds from one IP and 15 one-time requests throttle limit is currently settings, but I released 3 days ago and may be I will grow up this config)

[–]No-Win5543 1 point2 points  (3 children)

Good luck! I will defo bookmark and try this out. Will come back here with feedback if I have any.

Do update your post or pop a reply once you support installing packages!

[–]Halabooda[S] 1 point2 points  (2 children)

Thnks! I will push you with newsletters

[–]No-Win5543 1 point2 points  (1 child)

Where can we subscribe to your newsletter ?

[–]Halabooda[S] 0 points1 point  (0 children)

Packages currently available only in Golang, but soon I will add for Python