No description
  • Clojure 78.2%
  • CSS 13.6%
  • Dockerfile 3.3%
  • Shell 2.5%
  • HTML 1.7%
  • Other 0.7%
Find a file
2020-05-09 10:43:12 +02:00
resources Switch routing from compojure to reitit 2020-05-09 09:39:20 +02:00
src/heyarne/all_my_friends Implement upload endpoint :) 2020-05-09 10:43:12 +02:00
ssl Add ssl cert for localhost 2020-05-02 22:23:07 +02:00
uploads Implement upload endpoint :) 2020-05-09 10:43:12 +02:00
.dockerignore Use aero for config and make first deployable version 2020-05-07 07:40:25 +02:00
.gitignore Add simple static file server 2020-05-03 14:11:18 +02:00
deps.edn Switch routing from compojure to reitit 2020-05-09 09:39:20 +02:00
Dockerfile Configure docker build 2020-05-05 20:56:50 +02:00
package-lock.json Move to reagent 2020-05-03 10:01:03 +02:00
package.json Move to reagent 2020-05-03 10:01:03 +02:00
README.md Use aero for config and make first deployable version 2020-05-07 07:40:25 +02:00
shadow-cljs.edn Proxy shadow-cljs requests to http server and fix http server start 2020-05-08 11:13:34 +02:00

All my Friends

This is scratching a weird itch that started when I saw my friends mostly online.

Important paths

  • src/heyarne/all_my_friends/server.clj: Contains a simple HTTP server that serves static files and has a handler for uploads
  • src/heyarne/all_my_friends/client.cljs: Is the starting point for the client application
  • resources/config.edn: Uses aero for configuration.
  • resources/public: Contains HTML and CSS files. resources/public/js is automatically compiled.
  • deps.edn: Client and server dependencies and build configuration
  • shadow-cljs.edn: Client-side build config for shadow-cljs