Skip to content

Commit a958d6b

Browse files
authored
Merge pull request #460 from mkgrgis/patch-1
Descriptions for technologies
2 parents a0137b7 + 24d19ef commit a958d6b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,15 @@ administrators team.
2121

2222
## Technology
2323

24-
The project is built using JavaScript stack containing components: MongoDB,
25-
Redis, Node.js, Express, Socket.IO, Pug, Knockout and Leaflet.
24+
The project is built using JavaScript stack containing components:
25+
* [MongoDB](https://www.mongodb.com/) database and [Redis](https://redis.io/) for runtime data storage
26+
* [Node.js](https://nodejs.org/en/) with [Express](https://expressjs.com) web application framework at back-end
27+
* [Socket.IO](https://socket.io/) provides realtime client-server communication
28+
* [Pug](https://pugjs.org) is a template engine
29+
* [Knockout](https://knockoutjs.com/) client-side library is implementing MVVM architecture pattern
30+
* [Leaflet](https://leafletjs.com/) is used for maps display and interaction
31+
32+
Other dependencies can be found at package.json and `public/js/lib/`.
2633

2734
We are using GitHub tools for CI/CD pipeline and release management.
2835

0 commit comments

Comments
 (0)