Enough said. ;-) Well, maybe not.
Please see docs/HISTORY.md.
Please see docs/INSTALL.md.
By default TillStore starts on localhost:31337. You may override these settings in a local.ini.
-
Start TillStore:
/usr/bin/TillStore -
Curl examples:
-
Command:
curl -X GET http://localhost:31337/foo -
Response:
Not found. -
Command:
curl -X POST -d bar http://localhost:31337/foo -
Response:
OK -
Command:
curl -X GET http://localhost:31337/foo -
Response:
bar
-
(In a series, of course.)
-
Shutdown the server (special administrator feature):
telnet localhost 31337SHUTDOWN
- fun
- unit-tested (the TillStore, not TillStore_Server)
- persistent
- fully HTTP-compatible
- production-ready :-)