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

https://github.com/amberbyte/feathers-go

A implementation of feathersjs api in golang https://feathersjs.com/
https://github.com/amberbyte/feathers-go

Last synced: about 1 year ago
JSON representation

A implementation of feathersjs api in golang https://feathersjs.com/

Awesome Lists containing this project

README

          

# feathers-go
This is a implementation of the feathersjs apis in golang.
**It is currently in a proof of concept state**
Nearly all feathers interfaces are implemented and it is compatible with the feathers client modules

## Dependencies
A modified implementation of the gosf-socketio implementation is included which adds some functionality which is required by the feathers-client