Scripts/Nonblocking Web Server

From J Wiki
Jump to navigation Jump to search

This script implements a simple web server using non-blocking socket.

This script is not intended for production use, but for historical comparison reasons, such as example of async sockets.

Download the script: File:Jbillserver.ijs Documentation is available inside the script.

Contributed by Bill Lam