webcaret ~master
Experimental Web Framework on top of Heaploop.io
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
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);
};
}
- Registered by Heapsource
- ~master released 10 years ago
- heapsource/webcaret
- MIT
- Dependencies:
- heaploop, router
- Versions:
-
~master 2014-Feb-24 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
189 downloads total
-
- Score:
- 1.1
- Short URL:
- webcaret.dub.pm