DataStar - the real-time hypermedia framework, Rakufied.
use DataStar;
# in your Cro application
sub routes() is export {
route {
post -> 'validate' {
content 'text/event-stream', datastar {
patch-elements '<div>Hello there</div>',
selector => '.validation',
mode => PatchMode::AFTER;
my %new-signals = test => 2;
patch-signals %signals;
}
}
}
}DataStar is an Raku-language SDK for data-star, the reactive hypermedia framework that uses signals and server-sent events to integrate hypermedia applications with reactivity.
Arun Vickram L<arunvickram@proton.me|mailto:arunvickram@proton.me>
© 2025 Arun Vickram