aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNiklas Halle <niklas@niklashalle.net>2020-08-23 12:41:55 +0200
committerNiklas Halle <niklas@niklashalle.net>2020-08-23 12:43:23 +0200
commit3314a53d0cf0a135fe6f82fcc7b6f4df84f70436 (patch)
treec17358c94c6211ba5408935a170a7d66f9c83bb4 /README.md
parent70d5a9cf40546e0013a4761a2b0060963a21b13c (diff)
downloadn_core-3314a53d0cf0a135fe6f82fcc7b6f4df84f70436.tar.gz
n_core-3314a53d0cf0a135fe6f82fcc7b6f4df84f70436.zip
clean start, clean CMakeLists.txt
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 1 insertions, 12 deletions
diff --git a/README.md b/README.md
index bdf9b99..c540718 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,4 @@
-# Dies ist das Backend von N
-
-Hier kommt noch Kram
-
-Benötigte Libraries:
-Mongoose https://github.com/Gregwar/mongoose-cpp
-jsoncpp
-
-Der Server läuft lokal auf Port 8080
-
-
-Niklas Halle
+# N Core - the backend of N
## N protocol
### request
Each message sent to the N core server must be valid JSON and have a `command` field. It contains the command for N to handle, sanitizied (i.e. no leading '/' or trailing username etc).