Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit d2fc2c2

Browse files
authored
docs(facade): Adds Express implementation link.
1 parent a823804 commit d2fc2c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/facade.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ The [facade in this package is a TypeScript interface](../src/Facade.ts), but co
1616
- [Memory](https://github.com/js-entity-repos/memory) - This is useful for testing client/server side.
1717
- [Mongo](https://github.com/js-entity-repos/mongo) - Uses the MongoDB Node JS driver.
1818
- [Knex](https://github.com/js-entity-repos/knex) - For SQL databases.
19-
- [Axios](https://github.com/js-entity-repos/axios) - For HTTP requests to a HTTP interface for entities.
19+
- [Axios](https://github.com/js-entity-repos/axios) - For sending HTTP requests to a HTTP interface for entities.
20+
- [Express](https://github.com/js-entity-repos/express) - For receiving HTTP requests at a HTTP interface for entities.

0 commit comments

Comments
 (0)