We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58b02e commit ee4d8daCopy full SHA for ee4d8da
docs/libraries.md
@@ -0,0 +1,18 @@
1
+# Libraries we use
2
+If you are developing something and haven't got a clue where to start, some of this might be good pointers.
3
+## front end
4
+Qwery - find stuff in the DOM
5
+https://github.com/ded/qwery
6
+
7
+Bonzo - a thing for modifying the DOM
8
+https://github.com/ded/bonzo
9
10
+Bean - an events library for components
11
+https://github.com/fat/bean
12
13
+Reqwest - an Ajax library
14
+https://github.com/ded/reqwest
15
16
+## back end
17
+Play - the application server
18
+https://playframework.com/
0 commit comments