No description
  • TypeScript 100%
Find a file
Ellie Gummere b8d0c4c74a
Some checks failed
Deno / test (push) Has been cancelled
chore(cleanup): remove Node/Yarn artifacts and ESLint configs no longer used
- Remove package.json, yarn lockfiles, yarn SDKs and PnP files as project moved to Deno.
- Remove ESLint configs that are not applicable in this Deno conversion.
2025-10-22 16:28:26 -04:00
.github feat(env): add Deno config and eventbus utility 2025-10-22 16:28:09 -04:00
.vscode style(docs): update README/TODO formatting and adjust VS Code Deno settings 2025-10-22 16:27:42 -04:00
src feat(env): add Deno config and eventbus utility 2025-10-22 16:28:09 -04:00
.editorconfig Add sending messages (#7) 2023-02-09 11:31:08 -05:00
.gitignore TypeScript (#15) 2023-04-18 19:08:06 -04:00
boiler.code-workspace update source 2023-02-10 11:55:56 -05:00
deno.json feat(env): add Deno config and eventbus utility 2025-10-22 16:28:09 -04:00
deno.lock feat(env): add Deno config and eventbus utility 2025-10-22 16:28:09 -04:00
LICENSE fix license formatting 2023-01-26 14:54:48 -05:00
README.md style(docs): update README/TODO formatting and adjust VS Code Deno settings 2025-10-22 16:27:42 -04:00
TODO.md style(docs): update README/TODO formatting and adjust VS Code Deno settings 2025-10-22 16:27:42 -04:00
tsconfig.json feat(server): migrate to Deno/Oak and upgrade WebSocket gateway 2025-10-22 16:27:22 -04:00

Boiler

CodeFactor

Boiler is a chat server written in TypeScript. It is designed to be easy to use and painful easy to extend.