An open API service indexing awesome lists of open source software.

https://github.com/sudo-self/buzzer


https://github.com/sudo-self/buzzer

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Chat App Workers & Durable Objects

```
command: esbuild src/client/index.tsx --bundle --splitting --format=esm --platform=browser --outdir=public/dist
```

Screenshot 2025-03-24 at 15 01 37


## names array src/shared.ts

export const names = [
"Viper",
"Neo",
"J. Connor",
"C. Planet",
"Maverick",
"Rambo",
"Batman",
"Spock",
"I. Jones",
"H. Solo",
"L. Skywalker",
"W. Woman",
"Flash",
"Thor",
"Iron Man",
"Rocky",
"Blade",
"SpiderMan",
"Aquaman",
"S. Johansson",
"C. Norris",
"Hannibal",
"Bane",
"Terminator",
"Buffy",
"G. Rider",
"Wolverine",
"B. Widow",
"Deadpool",
"The Hulk",
"Batman",
"Superman",
"Hawkeye",
"C. America",
];