1
0
mirror of https://git.kore.io/kore.git synced 2024-11-11 04:39:00 +01:00
kore/examples/generic
Yorick de Wid 86d85dd10b Message shutdown request (#168)
* Set server version

* Message shutdown request

* Update messaging example

* Set server verion in generic example

* Allow shutdown with NOHTTP=1
2017-01-17 18:18:01 +01:00
..
assets Redo last move, but properly this time 2014-08-03 17:47:29 +02:00
conf Introduce build flavors. 2016-01-27 21:29:59 +01:00
src Message shutdown request (#168) 2017-01-17 18:18:01 +01:00
README.md Add more READMEs 2014-08-03 21:44:14 +02:00

Generic Kore application that shows off a few things:

  • File uploads (/upload)
  • Authentication blocks (/private)
  • base64 encoding tests (/b64test)
  • Parameter validator tests (/params-test)

Run:

	# kore run