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/
- Host: GitHub
- URL: https://github.com/amberbyte/feathers-go
- Owner: AmberByte
- License: mit
- Created: 2021-02-26T15:17:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T10:03:42.000Z (over 3 years ago)
- Last Synced: 2025-05-24T11:20:48.355Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 158 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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