Noise service backend
Go to file
EliasSchriefer f8a4775bcc Add retrieving limited number of messages
Optional `lastMsg` now works by getting all messages with a newer
timestamp than the reference message.
  Optional `limit` works using SQL ~magic~ keyword `LIMIT`.
  Also `limit` has to be at least 1.
2021-12-19 01:05:13 +01:00
src Add retrieving limited number of messages 2021-12-19 01:05:13 +01:00
.gitignore Updated the .gitignore (Include VS Code stuff) 2021-04-06 19:43:33 +00:00
Cargo.lock Fix deserializing SQL array with only one element 2021-12-18 17:42:28 +01:00
Cargo.toml Update to Rust 2021 2021-10-23 19:29:51 +02:00
noise-server.toml Add url to dependencies 2021-07-21 08:21:56 +00:00
noise.graphql Fix typo in noise.graphql 2021-07-21 08:20:36 +00:00
README.md Initial commit 2021-04-06 19:42:24 +02:00
test-api.sh Add retrieving limited number of messages 2021-12-19 01:05:13 +01:00

Noise service backend

A server for Noise networks

If you're looking for the android app, go to WDG/noise