https://github.com/codecommission/linklet-examples
Functions-as-a-Service for async HTTP microservices
https://github.com/codecommission/linklet-examples
async-await ecmascript function-as-a-service http lambda-functions microservice nodejs serverless
Last synced: 4 months ago
JSON representation
Functions-as-a-Service for async HTTP microservices
- Host: GitHub
- URL: https://github.com/codecommission/linklet-examples
- Owner: CodeCommission
- Created: 2017-05-28T12:11:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-10T13:20:47.000Z (about 8 years ago)
- Last Synced: 2025-09-06T11:57:12.442Z (5 months ago)
- Topics: async-await, ecmascript, function-as-a-service, http, lambda-functions, microservice, nodejs, serverless
- Language: JavaScript
- Homepage: https://linklet.run
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linklet examples
> Async lambda functions as HTTP microservices.
## Code examples
* [Basic-Function](basic-function/README.md)
* [JSON body parsing](json-body-parsing/README.md)
* [URL-Encoded body parsing](urlencoded-body-parsing/README.md)
* [External API call](external-api-call/README.md)
* [Periodic Scheduled-Function](periodic-scheduled-function/README.md)
* [Compose to Higher-Function](compose-to-higher-function/README.md)
* [Event-Stream Function](event-stream-function/README.md)
* [Linklet as Module](linklet-as-module/README.md)
* [With GraphQL (Apollo-Client/SubKit)](with-graphql/README.md)
## Live examples
* [Basic Function](https://dmrmzbzr.cloud.dropstack.run)
* [JSON body parsing](https://linklet-json-body-parsing.cloud.dropstack.run)
* [URL-Encoded body parsing](https://linklet-url-encoded-body-parsing.cloud.dropstack.run)
* [External API call](https://linklet-external-api-call.cloud.dropstack.run)
* Periodic Scheduler Background Function - `dropstack logs pmnbecty`
* [Compose to Higher-Functions](https://klkaanot.cloud.dropstack.run)
* [EventStream for EventSource](https://uxcqcpig.cloud.dropstack.run)
* [Linklet as Module](https://vzhpopop.cloud.dropstack.run)
* [With GraphQL (Apollo-Client/SubKit)](https://linklet-with-graphql.cloud.dropstack.run)