Releases: webability/WAWAS
WAWAS Alfa1.0.5
WAWAS is a full PHP multithread Web and Application Server.
The main server core permits to listen to any IP/Port and pass through data to any mounted protocol on the listener.
The protocols in implementation are HTTP1.1/1.0, Socket, Comet for now.
Each protocol runs modules that will build the response data based on the requests.
This is an alfa release. It is stable but protocols are not fully implemented. Do Not use it for production.
Changes in this version:
- TLS/SSL implemented on stream sockets
WAWAS Alfa1.0.3
WAWAS is a full PHP multithread Web and Application Server.
The main server core permits to listen to any IP/Port and pass through data to any mounted protocol on the listener.
The protocols in implementation are HTTP1.1/1.0 for now.
Each protocol runs modules that will build the response data based on the requests.
This is the first alfa release. It is stable but protocols are not fully implemented. Do Not use it for production.