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: 3 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:47:01.000Z (over 2 years ago)
- Last Synced: 2025-02-03T19:18:21.652Z (5 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 [](https://app.netlify.com/sites/htdangkhoa/deploys)
## Requirement
- Node - [(>= 14.x.x)](https://nodejs.org/)
## Development
```bash
$ yarn // or npm install$ yarn dev
```