|
|
|
|
|
by jw1224
1586 days ago
|
|
A similar setup, for those more comfortable with PHP, would be Laravel [0] in conjunction with Livewire [1]. Laravel is basically the “Rails of PHP”, and has an absolutely incredible ecosystem to go with it. Livewire was directly inspired by Phoenix LiveView. I only just recently started using it in my own projects, but it’s invaluable. Backend has always been my speciality, but now I can make real-time UIs just like the cool JS kids can too :) [0] https://laravel.com/ [1] https://laravel-livewire.com/ |
|