You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Node microservice to count the views of blogposts on `mxstbr.blog`.
4
+
5
+
## Uses
6
+
7
+
-[`micro`](https://github.com/zeit/micro) to create the service.
8
+
-[`level`](https://github.com/level/level) to store the data.
9
+
-[`then-levelup`](https://github.com/then/then-levelup) to promisify `level`.
10
+
11
+
## Gotchas
12
+
13
+
Currently this uses `level` for data storage, which doesn't have atomic operations. That means a view that happens while another view is registered will override the first view.
0 commit comments