Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/htdangkhoa/express-serverless
Express server is applied serverless using netlify function.
https://github.com/htdangkhoa/express-serverless
express netlify netlify-deployment netlify-functions netlify-lambda nodejs server serverless
Last synced: about 2 months ago
JSON representation
Express server is applied serverless using netlify function.
- Host: GitHub
- URL: https://github.com/htdangkhoa/express-serverless
- Owner: htdangkhoa
- License: mit
- Created: 2020-07-06T17:24:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:47:01.000Z (about 2 years ago)
- Last Synced: 2024-10-28T05:48:55.673Z (3 months ago)
- Topics: express, netlify, netlify-deployment, netlify-functions, netlify-lambda, nodejs, server, serverless
- Language: JavaScript
- Homepage: https://htdangkhoa.tk
- Size: 996 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# express-serverless [![Netlify Status](https://api.netlify.com/api/v1/badges/f40cc0e5-d51a-417b-b2db-c7f1fe958193/deploy-status)](https://app.netlify.com/sites/htdangkhoa/deploys)
## Requirement
- Node - [(>= 14.x.x)](https://nodejs.org/)
## Development
```bash
$ yarn // or npm install$ yarn dev
```