Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnbuhay/examples
https://github.com/johnbuhay/examples
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnbuhay/examples
- Owner: johnbuhay
- Created: 2015-07-25T15:23:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T14:48:40.000Z (over 5 years ago)
- Last Synced: 2024-11-06T05:36:52.464Z (about 2 months ago)
- Language: Python
- Size: 32.2 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# examples
## nginx
### 1. nginx-ldap-auth
From the nginx blog: https://www.nginx.com/blog/nginx-plus-authenticate-users/
## node
### 1. expressjs Hello World! Example
URL: https://expressjs.com/en/starter/hello-world.html
This is being used in another repo to show how to build a Docker container
for a simple node app.