#CanvasMC.io

1 messages · Page 1 of 1 (latest)

ornate ledge
#

I didn't realize people went that deep into minecraft; that's awesome though!

tranquil prairie
#

didn't even know canvas had a site

#

nice, looks amazing

tranquil prairie
tranquil prairie
#

yea but none are actually usable

#

like, ready to have real players and all that afaik

#

beautiful stack man, i use the same

#

i use hono and bun for the backend but i’m considering moving to elysian and bun

#

i’ve been looking at eden treaty and it seems perfect for me. i have 80+ routes and the api/panel aren’t in the same repo so i lack the type safety

#

i want to create a nice setup where i use react-query, eden treaty, elysia, bun, mongo, clerk, and nextjs

#

All in a single repo, whether that’s bun workspaces or turborepo

#

as in, elysia in a nextjs catch all?

#

or just straight nextjs

#

I like the added features of using elysia/hono. The full type safety of zod, the ability to deploy it to a VPS and use mongo without any issues, middleware such as openapi zod validation where it automatically generates documentation

#

I’ve found it’s just a little easier for large projects

#

I also have two separate APIs. One could run on nextjs if i wanted but the other has to run on each of my nodes

#

I remade pterodactyl so it’s a decent size

#

Oh, and the ability to use buns runtime features such as Bun S3 😍

#

That one’s amazing