All Projects → rialto-php → Rialto

rialto-php / Rialto

Licence: mit
Manage Node resources with PHP

Projects that are alternatives of or similar to Rialto

Bus
Bus 是一个基础框架、服务套件,它基于Java8编写,参考、借鉴了大量已有框架、组件的设计,可以作为后端服务的开发基础中间件。代码简洁,架构清晰,非常适合学习使用。
Stars: ✭ 253 (+97.66%)
Mutual labels:  wrapper, socket
TeamCord
Cross voice communication between Teamspeak and Discord
Stars: ✭ 35 (-72.66%)
Mutual labels:  communication, bridge
DzSocket
Delphi Client/Server components to communicate using TCP Socket Asynchronous easily
Stars: ✭ 44 (-65.62%)
Mutual labels:  socket, communication
Qtsharp
Mono/.NET bindings for Qt
Stars: ✭ 532 (+315.63%)
Mutual labels:  wrapper, bridge
net-Socket
A minimalist wrapper around System.Net.Sockets.Socket.
Stars: ✭ 21 (-83.59%)
Mutual labels:  wrapper, socket
Multitor
Create multiple TOR instances with a load-balancing.
Stars: ✭ 624 (+387.5%)
Mutual labels:  communication, socket
Ngx cpp dev
Nginx cpp development kit
Stars: ✭ 118 (-7.81%)
Mutual labels:  wrapper
Kayn
superagent-inspired Node.js lib (w/ **some** TypeScript support) for accessing Riot's League of Legend's API (discord: cnguy#3614)
Stars: ✭ 122 (-4.69%)
Mutual labels:  wrapper
Pytest Socket
Pytest Plugin to disable socket calls during tests
Stars: ✭ 117 (-8.59%)
Mutual labels:  socket
100 Words Design Patterns Java
GoF Design Patterns, each pattern described with story from real life.
Stars: ✭ 117 (-8.59%)
Mutual labels:  bridge
Af ktls
Linux Kernel TLS/DTLS Module
Stars: ✭ 124 (-3.12%)
Mutual labels:  socket
I2pd
🛡 I2P: End-to-End encrypted and anonymous Internet
Stars: ✭ 1,796 (+1303.13%)
Mutual labels:  communication
Ovoid
Un-Official OVO API Wrapper
Stars: ✭ 121 (-5.47%)
Mutual labels:  wrapper
Tcpdog
eBPF based TCP observability.
Stars: ✭ 119 (-7.03%)
Mutual labels:  socket
Socket
Non-blocking socket and TLS functionality for PHP based on Amp.
Stars: ✭ 122 (-4.69%)
Mutual labels:  socket
Jpost
Java and Android class communication library: New and improved Pub-Sub
Stars: ✭ 117 (-8.59%)
Mutual labels:  communication
Joynr
A transport protocol agnostic (MQTT, HTTP, WebSockets etc.) Franca IDL based communication framework supporting multiple communication paradigms (RPC, Pub-Sub, broadcast etc.)
Stars: ✭ 124 (-3.12%)
Mutual labels:  communication
Fficxx
Haskell-C++ Foreign Function Interface Generator
Stars: ✭ 117 (-8.59%)
Mutual labels:  wrapper
Aurelia Kendoui Bridge
Stars: ✭ 120 (-6.25%)
Mutual labels:  bridge
Colore
A powerful C# library for Razer Chroma's SDK
Stars: ✭ 121 (-5.47%)
Mutual labels:  wrapper

Rialto

PHP Version Composer Version Node Version NPM Version Build Status

A package to manage Node resources from PHP. It can be used to create bridges to interact with Node libraries in PHP, like PuPHPeteer.

It works by creating a Node process and communicates with it through sockets.

Requirements and installation

Rialto requires PHP >= 7.1 and Node >= 8.

Install it in your project:

composer require nesk/rialto
npm install @nesk/rialto

Usage

See our tutorial to create your first bridge with Rialto.

An API documentation is also available.

License

The MIT License (MIT). Please see License File for more information.

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].