| ▲ | andrewjk 11 hours ago | |
In my free time this year I've been working on a full stack JS framework called Torpor: https://torpor.dev (https://github.com/andrewjk/torpor) Components are JS functions, containing UI that is (mostly) HTML, with reactivity only via proxied objects. To test it out I built a distributed social media/microblog site called Redraft: https://redraft.social (https://github.com/andrewjk/redraft) It's edge native (with a Cloudflare deploy button in that repo) with your posts stored in an SQLite file. You can log in to your site to post and comment on your own posts, and use a web extension to comment on posts from people you follow wherever they are on the web. There are many bugs and missing features, the documentation is patchy, and it's probably riddled with security holes. Give it a go if you're feeling brave! | ||
| ▲ | mamouri 11 hours ago | parent [-] | |
Looks pretty cool. I see some similarities with Mint language https://mint-lang.com/ | ||