Skip to content

Commit ee4d8da

Browse files
committed
add initial list of tools used in frontend
1 parent d58b02e commit ee4d8da

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/libraries.md

+18
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)