Skip to content

Webcaret is the first Web Framework for the upcoming Heaploop platform

License

Notifications You must be signed in to change notification settings

bithavoc/webcaret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webcaret

Web^ is the first Web Framework for the upcoming Heaploop platform

Sneak Peek

import webcaret.application;
import heaploop.looping;

void main() {
    loop ^^ {
        auto app = new Application;
        app.router.get("/") ^ (req, res) {
            res.write("Hello World");
            res.end;
        };
        app.serve("0.0.0.0", 3000);
    };
}

About

Webcaret is the first Web Framework for the upcoming Heaploop platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages