-
-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add support for additional client/server adapters #102
Comments
Hi, Taoussanis, |
Hi Zhang,
Yes, that is correct. So a server must implement the two interfaces, and must set Thank you for mentioning this, I had forgotten to :-) |
Hi, Taoussanis, |
Yes,
|
Has anybody tried to write an adapter for Tomcat (8)? |
#80 was closed, but can the JVM server adapters also be used as clients? Much of the client code looks |
@ptaoussanis is there any support for Clojure clients? I want to have a Clojure on JVM process connecting to a sente WS process running in node (in an electron app in my case). What's the direction to make this work? |
@wilkerlucio there is an old PR from @Frozenlock that you may want to have a look at: #275 |
Closing to replace with a new issue at #425 |
LAST UPDATED: 2023 Mar 7
Sente currently supports #{:clj :cljs :node} servers and #{:cljs :node} clients.
To add support for an additional server, a small adapter needs to be written.
In most cases, the adapter should be pretty easy to write.
See:
Otherwise feel free to ping with any questions. Cheers! :-)
The text was updated successfully, but these errors were encountered: