Skip to content

Commit

Permalink
Merge pull request #638 from cwtuan/patch-1
Browse files Browse the repository at this point in the history
fix link
  • Loading branch information
AlvaroVega authored Oct 24, 2024
2 parents 9fa24f7 + 9969128 commit 0134782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manuals/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ and MongoDB as the final database.
Since the STH is a Node application and regarding the Web server, we opted for hapi as the module to use. Once again, we
opted for flexibility and modularity over any other characteristic and hapi was the Web server which provided the best
one (see [compare Express vs Hapi](https://strongloop.com/strongblog/compare-express-restify-hapi-loopback/) and
[npm compare Express vs Hapi](https://npmcompare.com/compare/connect,express,hapi,koa) for further information).
[npm compare Express vs Hapi](https://npm-compare.com/connect,express,hapi,koa) for further information).

In the next figure we depict a high level view of the STH architecture including the concrete Web server and database
currently used:
Expand Down

0 comments on commit 0134782

Please sign in to comment.