https://github.com/eckelon/functional-api-example
Safe way of starting an express server. It'll start only when express and pino dependencies are satisfied
https://github.com/eckelon/functional-api-example
express express-server expressjs fluture functional-programming monad
Last synced: 5 months ago
JSON representation
Safe way of starting an express server. It'll start only when express and pino dependencies are satisfied
- Host: GitHub
- URL: https://github.com/eckelon/functional-api-example
- Owner: eckelon
- Created: 2020-07-30T15:29:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T10:20:26.000Z (over 5 years ago)
- Last Synced: 2025-03-16T14:14:55.420Z (about 1 year ago)
- Topics: express, express-server, expressjs, fluture, functional-programming, monad
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# functional-api-example
Safe way of starting an express server. It'll start only when express and pino dependencies are satisfied.
This is just a really simple proof of concept to test all the functional programming related things I'm learnign lately :)