8000 GitHub - ghostplant/ngx-application: The epoll-based framework to develop High-performance NGINX modules
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ghostplant/ngx-application

Folders and files

D986
NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Example: build on Ubuntu 16.04 =>

./http-new helloworld
echo "Hello World!" > ./applications/helloworld/resources/static/index.html

./http-make helloworld
./http-run helloworld


# Or build Docker image =>

DOCKER=y ./http-make helloworld
docker run -it -p 8080:80 --rm <your-repo>/helloworld 

About

The epoll-based framework to develop High-performance NGINX modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0