All Projects → kelunik → Demo Chat

kelunik / Demo Chat

A small demo chat based on Aerys.

Projects that are alternatives of or similar to Demo Chat

Dns
Async DNS resolution for PHP based on Amp.
Stars: ✭ 82 (+355.56%)
Mutual labels:  async, amphp
Madelineproto
Async PHP client/server API for the telegram MTProto protocol
Stars: ✭ 1,776 (+9766.67%)
Mutual labels:  async, amphp
Websocket Client
Async WebSocket client for PHP based on Amp.
Stars: ✭ 83 (+361.11%)
Mutual labels:  async, amphp
Postgres
Async Postgres client for PHP based on Amp.
Stars: ✭ 56 (+211.11%)
Mutual labels:  async, amphp
Mysql
Async MySQL client for PHP based on Amp.
Stars: ✭ 235 (+1205.56%)
Mutual labels:  async, amphp
Sync
Synchronization primitives for PHP based on Amp.
Stars: ✭ 67 (+272.22%)
Mutual labels:  async, amphp
Redis
Async Redis Client for PHP based on Amp.
Stars: ✭ 107 (+494.44%)
Mutual labels:  async, amphp
Http Server
A non-blocking HTTP application server for PHP based on Amp.
Stars: ✭ 1,122 (+6133.33%)
Mutual labels:  async, amphp
Byte Stream
A non-blocking stream abstraction for PHP based on Amp.
Stars: ✭ 208 (+1055.56%)
Mutual labels:  async, amphp
Socket
Non-blocking socket and TLS functionality for PHP based on Amp.
Stars: ✭ 122 (+577.78%)
Mutual labels:  async, amphp
Acme
Async ACME library written in PHP based on the Amp concurrency framework.
Stars: ✭ 102 (+466.67%)
Mutual labels:  async, amphp
Amp
A non-blocking concurrency framework for PHP applications. 🐘
Stars: ✭ 3,457 (+19105.56%)
Mutual labels:  async, amphp
Process
An async process dispatcher for Amp.
Stars: ✭ 119 (+561.11%)
Mutual labels:  async, amphp
Service Bus
PHP Service Bus (publish-subscribe pattern) implementation
Stars: ✭ 290 (+1511.11%)
Mutual labels:  async, amphp
Http Client
Async HTTP/1.1+2 client for PHP based on Amp.
Stars: ✭ 553 (+2972.22%)
Mutual labels:  async, amphp
Fastapi Users
Ready-to-use and customizable users management for FastAPI
Stars: ✭ 713 (+3861.11%)
Mutual labels:  async
Netcoreserver
Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
Stars: ✭ 799 (+4338.89%)
Mutual labels:  async
Seastar
High performance server-side application framework
Stars: ✭ 6,328 (+35055.56%)
Mutual labels:  async
Awaitkit
The ES8 Async/Await control flow for Swift
Stars: ✭ 709 (+3838.89%)
Mutual labels:  async
Blockly Gamepad
A Blockly extension designed to develop games (made with love ❤)
Stars: ✭ 18 (+0%)
Mutual labels:  async

demo-chat

Introduction to Aerys WebSockets.

Running

# Install dependencies.
composer install

# Run Aerys in debug mode.
# Debug mode ensures we're only using a single worker. Otherwise we might end
# up with two websocket clients connecting to two different workers.
# Later you would replace the current broadcasting with something like Redis, so
# you can have as many workers as you'd like.
vendor/bin/aerys -c aerys.php -d
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].