Heyo 👋
I built Nameless because I wanted an easy way to handle client/server communication in my Redux app, for example updating an item in a database and then updating my Redux store. That's why I built Nameless. You define services and actions on the server that are used to create an API that you can use Nameless to interact with from the client.
Nameless is not opinionated and is not coupled to Redux. The executing an action to the server from the client a promise is returned and really you can use it with whatever technologies you want.