eikek
March 1, 2025, 11:12pm
1
Hello Tus people,
I thought to mention my open source implementation for a tus server:
https://github.com/eikek/tus4s
It is for Scala 3 written for http4s. It also comes with a file and postgres backend. If you find it useful, it might be a nice addition to the community list of server implementations.
Thank you (i.e. for making tus! )
Eike
marius
March 3, 2025, 8:29am
2
Hello Eike,
thanks for building and sharing the first Scala server implementation with the community! (at least the first one known to me)
If you would like your work to be listed on tus.io , feel free to open a pull requests against tus.io/src/content/implementations at main · tus/tus.io · GitHub . Then we can easily merge it.
eikek
March 3, 2025, 11:59am
3
Thank you, Marius! Great, I’ll do a PR later. Is this only creating a new file or should the new file also be “registered” or somehow referenced?
marius
March 3, 2025, 3:18pm
4
Just creating the file is sufficient!
1 Like