Skip to content

song940/cloudflare-workers-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

☁️ Cloudflare Workers Framework

online demo: https://cfwjs.lsong.workers.dev

example

const app = CloudflareWorker();

app.get('/', async ({ path }) => {
  return `hello world`;
});

// start workers
addEventListener('fetch', app);

license

This Project is under GPLv2 .