Skip to content
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.
/ cultivar Public archive

[DEPRECATED] Composable event handling with Wonka for HTTP and beyond

Notifications You must be signed in to change notification settings

bkonkle/cultivar

Repository files navigation

Cultivar

Extensible TypeScript API services based on Promises and functional programming.

Idea

Handle requests from many different sources, and compose a response using many handlers.

Goals

  • Portable: Should work with many different backends.
  • Opinionated, but replaceable: Pieces should be able to be removed and substituted with other solutions without issue.
  • Batteries-included: Should include a full toolkit to handle everyday API concerns.

Sources

  • HTTP requests
  • Messages from a queue
  • WebSocket events
  • WebRTC events?

Features

  • Routing
  • Authentication
  • Validation
  • Pagination
  • Database Access
  • Sessions
  • Authorization

About

[DEPRECATED] Composable event handling with Wonka for HTTP and beyond

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published