https://github.com/simpson-computer-technologies-research/bun_xml_server_example
quick example of using bun with xmlbuilder2
https://github.com/simpson-computer-technologies-research/bun_xml_server_example
Last synced: about 1 year ago
JSON representation
quick example of using bun with xmlbuilder2
- Host: GitHub
- URL: https://github.com/simpson-computer-technologies-research/bun_xml_server_example
- Owner: Simpson-Computer-Technologies-Research
- Created: 2024-06-25T14:42:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T15:31:00.000Z (almost 2 years ago)
- Last Synced: 2024-06-26T16:34:01.509Z (almost 2 years ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun_xml_server_example
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.17. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.