announcing Restaurant, a kotlin web server api wit...
# server
c
announcing Restaurant, a kotlin web server api with focus on testability and coroutine support: https://github.com/christophsturm/restaurant
❤️ 2
s
This looks interesting! Possibly a strange question but do you know if this works on Android?
c
currently it only targets server side kotlin on the jvm. its based on undertow so if that works on android it will also work https://undertow.io
s
I might give it a go, I've been using https://github.com/NanoHttpd/nanohttpd which isn't particularly nice
c
interesting. i could probably add a nanohttp backend if there is enough demand.
s
I'd be very surprised if there was haha, I don't think there are many people mad enough to run servers on Android devices
c
what do you use it for?
s
Pulling data from device from a web browser, only a debugging tool, nothing production appropriate
s
Not really sure it can be called REST if there is no HATEOS
c
Not really sure it can be called REST if there is no HATEOS
I’ll definately add that to the quotes section of the readme if I may.