Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 646 Bytes

README.md

File metadata and controls

20 lines (9 loc) · 646 Bytes

Convey Server

This repository holds the session server for the convey app.

See MOTIVATIONS.md.

Documentation and specification on this server can be found under the OpenAPI3 format in the spec/ folder.

Technologies

The server is written in Rust using Actix and Actix-web frameworks.

It uses Redis as a cache, so there are no internal states.

Testing

To test the project there must be an open Redis instance running on your machine. This is used for integration tests. You can use the one provided in dev/docker-compose.yml file.