Skip to content

NPLPackages/WebServerExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

Releases

No releases published

Packages

No packages published