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

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.

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)