https://github.com/sudo-self/buzzer
https://github.com/sudo-self/buzzer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sudo-self/buzzer
- Owner: sudo-self
- Created: 2025-03-24T07:18:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T21:06:49.000Z (about 1 year ago)
- Last Synced: 2025-03-24T22:21:52.206Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://buzzer.jessejesse.workers.dev
- Size: 149 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```

## 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",
];