Fork me on GitHub
#clojure-uk
<
2020-03-21
>
dharrigan06:03:14

Good Morning!

dharrigan09:03:48

Hope everyone is keeping safe!

jasonbell10:03:51

I was doing okay until I saw a Coldplay post……

😂 12
yogidevbear10:03:58

I feel like I've just been heckled by the master

❤️ 4
jasonbell12:03:28

Because you have @U0MFQNXFZ, because you have 🙂

4
dominicm10:03:44

Sorting out the home office for me to start working from home

yogidevbear10:03:43

Nice 😄 Have fun. It's very therapeutic

dominicm10:03:37

Mostly I just get frustrated at how bad the work is

dharrigan11:03:01

Was out walking with the kid this morning. can't stay indoors, he'll go crazy (and we'll all be at each other's throats!)

dharrigan11:03:08

fresh outside

Gulli14:03:38

What would be the most lightweight framework for a web application? I'm creating a processing microservice (connected to other MS' via RabbitMQ as well as talking to a Mongodb instance).

Gulli14:03:06

I looked at Luminus but it's just to much for what I'm doing I feel. Would just doing it low level with Ring be a good option?

dharrigan14:03:59

I've spun up a couple of lightweight µs's using reitit (which uses ring) and next.jdbc

dharrigan14:03:27

I also have a µs where the frontend is written in vuejs that talks to a reitit/next.jdbc backend.

dharrigan14:03:38

works really well

dharrigan14:03:45

very small codebase

dharrigan14:03:23

startrek and startrek-ui

dharrigan14:03:36

the ui is not in vuejs (for this one, startrek-ui), but rather reagent

dharrigan14:03:48

I have another µs using vue, not committed up yet.

Gulli15:03:00

@dharrigan Are the comments in core.clj to establish a REPL connection with your db?

dharrigan15:03:10

Hi, not quite, it's just to allow me to eval when I have my REPL running, so that I can try things out - hitting the db directly etc., It spins up the system using juxt clip (similar to integrant/mount/component)

👍 4