Liking cljdoc? Tell your friends :D

taoensso.sente.server-adapters.community.aleph

Sente server adapter for Aleph,
Ref. <https://github.com/clj-commons/aleph>.

taoensso.sente.server-adapters.community.dogfort

Sente server adapter for Node.js with Dog Fort,
Ref. <https://github.com/whamtet/dogfort>.

taoensso.sente.server-adapters.community.express

Sente server adapter for Node.js with Express,
Ref. <https://github.com/expressjs/express>.

This adapter works differently that the others as Sente is
expecting Ring requests but Express uses http.IncomingMessage.
While most of this adapter could be used for similar
implementations there will be assumptions here that the following
express middleware (or equivalents) are in place:
  - cookie-parser
  - body-parser
  - csurf
  - express-session
  - express-ws

See the example project at https://goo.gl/lnkiqS for an
implementation (it's a bit different than something built on Ring).

taoensso.sente.server-adapters.community.generic-node

Sente server adapter for Node.js using the `ws` and `http` libraries.
Ref. <https://github.com/websockets/ws>,
     <https://nodejs.org/api/http.html>,
     <https://nodejs.org/en/docs/guides/anatomy-of-an-http-transaction>,
     <https://github.com/theasp/sente-nodejs-example>.

taoensso.sente.server-adapters.community.macchiato

Sente server adapter for Node.js with the Macchiato Framework,
Ref. <https://github.com/macchiato-framework/macchiato-core>.

taoensso.sente.server-adapters.community.undertow

Sente server adapter for ring-undertow-adapter,
Ref. <https://github.com/luminus-framework/ring-undertow-adapter>.

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close