reactphp / socket

Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP.
https://reactphp.org/socket/
MIT License
1.2k stars 156 forks source link

Additional suggestion #253

Closed xxAROX closed 3 years ago

xxAROX commented 3 years ago

Maybe make something like this.

clue commented 3 years ago

@xxAROX Welcome to @ReactPHP 👋

This component provides low-level sockets for any ReactPHP-based application. HTTP applications should use https://github.com/reactphp/http which builds on top of the lower-level sockets.

There are also a number of web applications (or frameworks) that build on top of this HTTP component. You're welcome to contribute to this ecosystem if you feel an express-like framework is needed (I love the idea)! Cheers! 👍

xxAROX commented 3 years ago

okay