https://github.com/ajsalemo/language-io-tests
A collection of various languages that write files to disk to test disk based I/O.
https://github.com/ajsalemo/language-io-tests
disk express flask input-output io java javascript node php python read-write springboot
Last synced: 2 months ago
JSON representation
A collection of various languages that write files to disk to test disk based I/O.
- Host: GitHub
- URL: https://github.com/ajsalemo/language-io-tests
- Owner: Ajsalemo
- Created: 2022-01-21T16:43:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T22:49:27.000Z (almost 4 years ago)
- Last Synced: 2025-05-21T05:36:24.250Z (10 months ago)
- Topics: disk, express, flask, input-output, io, java, javascript, node, php, python, read-write, springboot
- Language: Java
- Homepage:
- Size: 639 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Language-IO-Tests
A collection of various languages that write files to disk to test disk based I/O. Currently these examples create and write into files and also append to existing files.
The samples are as follows:
- `node` (Using Express)
- `php`
- `python` (Using Flask)
- `java` (Using Spring Boot)