Skip to content

Commit

Permalink
[mod] [#412] [BREAKING] Move unofficial adapters under community dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Mar 7, 2023
1 parent c3d7c6c commit a01cea2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns taoensso.sente.server-adapters.aleph
(ns taoensso.sente.server-adapters.community.aleph
"Sente server adapter for Aleph (https://github.com/ztellman/aleph)."
{:author "Soren Macbeth (@sorenmacbeth)"}
(:require
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns taoensso.sente.server-adapters.dogfort
(ns taoensso.sente.server-adapters.community.dogfort
"Sente server adapter for Node.js with Dog Fort
(https://github.com/whamtet/dogfort)."
{:author "Matthew Molloy <@whamtet>"}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns taoensso.sente.server-adapters.express
(ns taoensso.sente.server-adapters.community.express
"Sente server adapter for Node.js with Express (http://expressjs.com/).
This adapter works differently that the others as Sente is
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns taoensso.sente.server-adapters.generic-node
(ns 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,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns taoensso.sente.server-adapters.immutant
(ns taoensso.sente.server-adapters.community.immutant
"Sente server adapter for Immutant v2+ (http://immutant.org/)."
{:author "Toby Crawley (@tobias)"}
(:require
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns taoensso.sente.server-adapters.macchiato
(ns taoensso.sente.server-adapters.community.macchiato
"Sente server adapter for Node.js with the Macchiato Framework
(https://macchiato-framework.github.io/)."
{:author "Andrew Phillips <@theasp>"}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns taoensso.sente.server-adapters.nginx-clojure
(ns taoensso.sente.server-adapters.community.nginx-clojure
"Sente server adapter for Nginx-Clojure v0.4.2+
(http://nginx-clojure.github.io/)."
{:author "Zhang Yuexiang (@xfeep)"}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns taoensso.sente.server-adapters.undertow
(ns taoensso.sente.server-adapters.community.undertow
"Sente server adapter for ring-undertow-adapter."
{:author "Nik Peric"}
(:require
Expand Down

0 comments on commit a01cea2

Please sign in to comment.