Skip to content

Getting started

Frode Børli edited this page Apr 6, 2022 · 1 revision

Asynchronous programming might seem like a completely new paradigm in programming for the average PHP developer.

This is about to change.

With moebious, you will be able to do a lot of cool things, that used to be difficult.

  • push notifications
  • cache data in memory, between requests
  • websockets
  • send off multiple API requests at the same time, instead of sending one request at a time
  • multiplayer real time games
  • chat services
  • video streaming

…and much more.

Coroutines

Clone this wiki locally