Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdxjohnny/microsocket
A Framework for created mircoservices which communicate through a websocket server
https://github.com/pdxjohnny/microsocket
Last synced: about 1 month ago
JSON representation
A Framework for created mircoservices which communicate through a websocket server
- Host: GitHub
- URL: https://github.com/pdxjohnny/microsocket
- Owner: pdxjohnny
- Created: 2015-08-04T05:53:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T20:19:57.000Z (over 8 years ago)
- Last Synced: 2024-03-16T06:51:35.983Z (8 months ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Websocet Mircoservice
---An attempt to use websockets to create microservices
Testing
---To run tests the Websocket server must be up.
```bash
go run main.go
```