简体   繁体   中英

How to use YAWS in Erlide - Erlang

I have read that Erlang has a built-in webserver (YAWS); I am developing Erlang using the Eclipse plugin Erlide, I was wondering how I could access such a webserver, for example for running a simply 'hello world' PHP script; just for starting.

Yaws isn't built into Erlang — the built-in web server in Erlang is called inets . You can find more information on Yaws at the Yaws website , and you can find all the details of its PHP support in its PDF documentation . If you run into any trouble getting started with Yaws, you can ask for help on the Yaws mailing list .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM