From 48b60ea02268b060f859101a41fee5394925237a Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 22 Jul 2018 01:53:26 +0800 Subject: File uploads and cookies now work --- notes.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 notes.txt (limited to 'notes.txt') diff --git a/notes.txt b/notes.txt new file mode 100644 index 0000000..7977544 --- /dev/null +++ b/notes.txt @@ -0,0 +1,32 @@ +Web Framework +- Build tool + Y Mill +- Routing + ? Custom + Y Basics + X Composition +- HTML Templating + Y Scalatags + Y Twirl +- JSON + Y uJson +- Filesystem + Y Ammonite +- SQL + Y Quill? +- Migrations + ? +- HTTP Client + Y Requests-Scala +- Modules + X Traits mixed into Main +- Dev Environment + X Custom +--- PUNT --- +Async +Forms +Client-side Support + - Packaging/Resource pipelines can be handled by Mill +Sending Emails +User Management +Sending Emails \ No newline at end of file -- cgit v1.2.3