Edrick Leongedrickleong.hashnode.dev·Jul 18, 2024Exploring Websockets with Soketi (Part 1)Soketi is an open source Websockets server, that allows you to build realtime applications with ease. Realtime applications are applications that require data to be updated in realtime. This means that when data changes on the server, the client shou...10 likes·65 readsExploring Websockets with Soketiwebsockets
Alex Boumaalex.bouma.blog·Jan 3, 2024Soketi on Ploi with SSLIn this post I'll try my best to explain how I would setup Soketi on a Ploi provisioned server. But wait a minute what is Soketi and why would you want it? Soketi is a Pusher protocol compatible WebSockets server. This means that you can use a Soketi...421 readsLaravel
Nay Thu Khantnaythukhant.hashnode.dev·Jun 4, 2023Building a web socket like pusher using soketi.app & using it in Laravel + Laravel Echo Applicationဒီဆောင်းပါးမှာတော့ Web Socket Server တစ်ခုကို open-source ပေးထားတဲ့ soketi.app ကိုသုံးပီးတော့ ဘယ်လိုတည်ဆောက်ကြမလဲ ဆိုတာကို ရေးပြမှာဖြစ်ပါတယ်။ ဒီဆောင်းပါးကို မဖတ်ခင် Web Socket ဘယ်လိုအလုပ်လုပ်လဲဆိုတာရယ်၊ ဘယ်လိုသုံးရတယ်ဆိုတာရယ် ကိုတော့သိထားဖို့လိုပါလိမ...websockets