Skip to content

Releases: webability/WAWAS

WAWAS Alfa1.0.5

06 Jan 06:27

Choose a tag to compare

WAWAS Alfa1.0.5 Pre-release
Pre-release

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

04 Dec 00:18

Choose a tag to compare

WAWAS Alfa1.0.3 Pre-release
Pre-release

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.