Skip to content

Commit 9413a5e

Browse files
committed
Expand README
1 parent 670bd04 commit 9413a5e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ A simple Node microservice to count the views of blogposts on `mxstbr.blog`.
88
- [`level`](https://github.com/level/level) to store the data.
99
- [`then-levelup`](https://github.com/then/then-levelup) to promisify `level`.
1010

11+
`views.mxstbr.blog` is hosted on a [DigitalOcean droplet](https://m.do.co/c/d371ed7f99af) (ref link) of the smallest size (5EUR/month), using `pm2` for running it on startup and nginx as a reverse proxy.
12+
1113
## Gotchas
1214

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.
15+
Currently this uses promisified `level` for data storage, which doesn't have atomic operations.
1416

1517
## License
1618

0 commit comments

Comments
 (0)