Fork me on GitHub
#off-topic
<
2017-01-05
>
qqq19:01:32

@tankthinks: (let's move here as it's a bit off main clojure)

qqq19:01:11

@tankthinks: I tend to go off topic. 🙂 couchdb is an erlang database that's eventually consistent right?

qqq19:01:15

@tankthinks: what I want -- if Google App Engine did NOT have a 30-second limitation and allowed for websockets -- that'd be pretty close to my ideal setup; lacking that, I need a webserver of my own to support websockets ;;

qqq19:01:29

following http://lambda-startup.com/developing-clojure-on-app-engine/ I even managed to get clojure to run on GAE under the "java platform"

qqq19:01:45

but the lack of websockets (and having to use firebase) isn't the right fit for me

tankthinks19:01:22

if you need websockets, couchdb is probably not for you

qqq19:01:07

the main things GAE is not provding for me at the moment is real time communication -- like real time chat and shared 'whiteboard' (done in svg)

qqq19:01:16

those are the main/only things I need websockets for

tankthinks19:01:37

i see … yes … couchdb has some neat properties … and when you said you basically needed an API (with Auth) in front of a DB … that is couchdb

qqq19:01:29

yeah, that is absolutely true, "api in front of DB" is perfect descrikption of couchdb