Skip to content

Whiskey lets you write server-side web applications easily.

License

Notifications You must be signed in to change notification settings

w3st3ry/Whiskey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages