Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 586 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 586 Bytes

Example Web Server

How To Install

Install NPLRuntime, then

git clone https://github.com/NPLPackages/WebServerExample.git

Run ./start.sh on linux, or start.bat on windows, or run with following npl command directly.

npl -d root="WebServerExample/" port="8099" bootstrapper="script/apps/WebServer/WebServer.lua"

To test it, open http://localhost:8099

Dependencies:

Web server root directory is WebServerExample/