>>105707343 (OP)Yes, pretty easy with either using websockets (e.g. laravel echo) or polling your server at a specific endpoint at an interval. 4chan X uses polling but for more dynamic shit (like live chats) you wanna use websockets.
Either way you're going to use JS to do the dynamic updates to the UI.