Skip to content

juanarbol/waster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waster

This is my own "whatever Functions" implementation.

What a waste of time, but amazing pet project

Build

Note: For now, just tested in macOS Ventura

Instructions for compile and run

mkdir -p build
cd build
cmake ..
# For debug mode
# cmake -DCMAKE_BUILD_TYPE=Debug ..
cmake --build . -j32
./waster

Doing the request with curl:

curl localhost:3000

Note:

This has a resource leak, I'm not releasing everything of libuv nor QuickJS resources, this is purely experimental.

About

A quite simple implementation of a HTTP JS function handler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published