From 7d7c53c7f85ea881d85f821c9957a2311ba3d12d Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Sun, 23 Apr 2017 00:23:30 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fadaaed3db..159b898e9c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ and relies on [Play 2.4](https://www.playframework.com/) for the routing, templa Pure chess logic is contained in [scalachess](https://github.com/ornicar/scalachess) submodule. The codebase is fully asynchronous, making heavy use of Scala Futures and [Akka 2 actors](http://akka.io). Lichess talks to [Stockfish](http://stockfishchess.org/) deployed in an AI cluster of donated servers. -It uses [MongoDB 3.2](https://mongodb.org) to store more than 350 million games, which are indexed by [elasticsearch](http://elasticsearch.org). +It uses [MongoDB 3.4](https://mongodb.org) to store more than 400 million games, which are indexed by [elasticsearch](http://elasticsearch.org). HTTP requests and websocket connections are proxied by [nginx 1.8](http://nginx.org). Client-side is written in [mithril.js](http://mithril.js.org/). The [blog](https://lichess.org/blog) uses a free open content plan from [prismic.io](https://prismic.io).