Up | TOC | Index | |||||
<< 5 Formal Syntax | < 6.1.36 net/google_tts.ex | Up: 6 Mini-Guides | 6.1.38 net/pastey.ex > | 7 Included Tools >> |
6.1.37 net/httpd.ex
Simple web server written in Euphoria
Try accessing http://localhost:8080/httpd.ex or add a few HTML and Image files to the current directory and access those.
You can change what IP and Port are bound to for the server
by specifying it on the command line:
eui httpd.ex 0.0.0.0:9090
6.1.37.1 Notes
This is not designed to be used in production, nor is it designed to ever be completed. It is a simple example of the socket routines that are part of the standard library.