phpstomp/server

Pure PHP Reactive Message Queue Server

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

dev-master 2017-07-04 10:07 UTC

This package is auto-updated.

Last update: 2024-04-27 20:47:42 UTC


README

Pure PHP Reactive Message Queue Server

Scope of work to do

  • Define features of the server
  • Narrow down the domain model
  • Create basic async STOMP protocol parser
  • Create adapter for ReactPHP
  • Create adapter for pure libuv implementation