I made a realtime web framework

preview_player
Показать описание

Become a YT Members to get extra perks!

My Products

Useful Links
Рекомендации по теме
Комментарии
Автор

man said Ima abandon it like my other projects 🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣

rasmic
Автор

0️⃣ days since the last new JS/TS framework

owenwexler
Автор

I'm glad I'm not the only on abandoning projects

Simbysolo
Автор

You're really going somewhere with this! Great one Cody 🙌🏾🙌🏾

jairseedorf
Автор

I really like the simplicity and readability, could totally see me using it for small portfolios / blogs. I also like the name 〰️
Good video 🙏🏼

ireallylikecoffee
Автор

"I'll probably abandon this like I do all my projects" - Sir, are we related?

tmanley
Автор

Fabulous video, helped me a lot! <3

miroslavbartunek
Автор

Any websocket solution that isn't for very small projects will inevitably need a multi-WS server solution, which means you'll now want a communication BUS between them, something to keep track of what connection is where, you'll have to deal with service discovery for servers that pop up and die... quite non-trivial.

SirMeowMeow
Автор

In one of my Next.js projects, I'm using text/event-stream connections to receive events from the server. But this is a bit tricky because the connection is closed once the component handling the connection needs to be rerendered, forcing it to open a new connection to be able to receive events again. I'd love to use WebSockets instead. Any recommendations? Ideally the connection would stay open as long as the browser tab stays open, regardless of how much of React's component tree is rerendered.
For context, I want to broadcast events to all browser clients.

blizzy
Автор

Looking good 👍 i think this would be tricky to make it work in the distributed architecture (where the server is stateless and you need some sort of fan-out sync channel to subscribe between server instances to push the message to the connections they're holding) 😂

taquanminhlong
Автор

Como fazer pra usar o Civet no Angular.

Matheus_
Автор

I've been working on something also inspired by liveview but definitely avoiding the htmx vibe and instead going for transferring minimal data, stateful server, and operating within the solidjs paradigm.

noahwinslow
Автор

you are just like me for, except i can't seem to finish any projects LOL

kelvinxg
Автор

How about vue js ? Wish you make video about VUE Template . Thanks

dailynews
Автор

hey Cody, could you do a video on how to create NextJS apps that can be embedded into OTHER 3rd party websites?

or do you have a video already on that by any chance?

JH-bbin
visit shbcf.ru