cheatcode / joystick

A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.
https://cheatcode.co/joystick
Other
209 stars 11 forks source link

Consider @joystick.js/bun #332

Closed rglover closed 2 months ago

rglover commented 1 year ago

Excited to see Bun hit 1.0. https://bun.sh/blog/bun-v1.0

This has been on my mind for awhile and assuming that the claim of drop-in replacement for Node is accurate, the changes to the framework should be minimal (Joystick is light on its Node API usage so most stuff should be compatible).

Only hesitation is the CLI as that's written in Node, too. May need to consider an alternative CLI, or, figure out how to do a hybrid package that can target specific APIs depending on some sort of env var or flag.

Also, Windows support would be mandatory before starting any work on this: https://bun.sh/blog/bun-v1.0#bun-more-thing.