mirror of
https://git.kore.io/kore.git
synced 2024-11-10 20:29:11 +01:00
c5ce707a91
Kore applications now get a build.conf which may contain different build flavors. Each flavor can get its own cflags or ldflags. This was in parts inspired by #106. A new cli command has been added: kore flavor This command allows you to see all flavors and switch between them. The kore build command now also takes a -v argument which if given dumps the used CFLAGS and LDFLAGS out to stdout. For existing applications the build.conf is automatically generated next time you run kore build or kore run. Also fixed a bug in the json_yajl example, sneaky change here. |
||
---|---|---|
.. | ||
conf | ||
src | ||
.gitignore | ||
README.md |
Kore NOHTTP example
Note that this example only works if Kore was built with NOHTTP=1.
Run:
$ kore run
Test:
Connect to the server using openssl s_client, you will notice
that anything sent is submitted back to your client.
$ openssl s_client -connect 127.0.0.1:8888