w3st3ry / Whiskey

Whiskey lets you write server-side web applications easily.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whiskey

Build Status

Whiskey lets you write server-side web applications easily. It's a new generation language embedded web framework and lot of tools to simplify your programmer life.

Dependencies

To build Whiskey, you need:

  • A linux-based system — Currently, Windows and Mac OS X are not supported

  • A C99 compiler — Clang and GCC are supported

  • SCons — It’s a powerful make alternative

  • Eventually the GNU Readline Library, without it the REPL is annoying.

Building Whiskey

Just type scons in a terminal to run SCons:

$ scons

You can also use make, it runs scons too.

Testing Whiskey

Once everything is built, you can run the test binary in the test/ directory. You can use Valgrind with the given suppressions file:

$ valgrind --suppressions=valgrind.supp ./test/test

🚀 Help us

Fork with us!

About

Whiskey lets you write server-side web applications easily.

License:GNU General Public License v3.0


Languages

Language:C 95.2%Language:C++ 3.9%Language:Python 0.9%Language:Makefile 0.1%