Vely logo install | documentation | examples | articles | changelog
16.6.0 released on Mar 08, 2023 | articles updated on Mar 20, 2023

123 hello world


This is a condensed version of Vely Hello World that you can run in minutes. No additional software needs to be installed. For more, see examples.

Step 1: Install Vely

First install Vely.

Step 2: Build it

Create Hello World source file (hello.vely); note it's all one bash command:
echo '#include "vely.h"

void hello()
{
    out-header default
    @Hello World!
}' > hello.vely
Create Hello World application:
sudo vf -i -u $(whoami) helloworld
Make Hello World application:
vv -q

Step 3: Run it

You can run Hello World both as a service and from command line:

Expected result

The end result looks like this (notice in bold the responses from your web application and the command line):


Vely

You have run Hello World with Vely, first by talking directly to a FastCGI server and then from command line. See FastCGI_client for a similar example that uses TCP sockets.

See also

Quick start ( 123_hello_world  )  SEE ALL (documentation)


Copyright (c) 2017-2023 DaSoftver LLC. Vely is a trademark of Dasoftver LLC. The software and information herein are provided "AS IS" and without any warranties or guarantees of any kind. Vely elephant logo (c) 2022 DaSoftver LLC. This web page is licensed under CC-BY-SA-4.0. Contact email vely@vely.dev.