https://github.com/gribouille/drivers
Server Sent Event Go app example
https://github.com/gribouille/drivers
amqp go golang javascript leaflet rabbitmq server-sent-events
Last synced: 6 months ago
JSON representation
Server Sent Event Go app example
- Host: GitHub
- URL: https://github.com/gribouille/drivers
- Owner: gribouille
- License: gpl-3.0
- Created: 2018-03-19T07:19:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T07:26:18.000Z (over 7 years ago)
- Last Synced: 2023-03-10T14:53:01.496Z (over 2 years ago)
- Topics: amqp, go, golang, javascript, leaflet, rabbitmq, server-sent-events
- Language: Go
- Size: 387 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drivers
Example of Server Sent Event server application in Go.
This app requires a Rabbitmq server not available here.
To build the application:
```
make
```To start the application:
```
./bin/drivers
```and open `http://127.0.0.1:3000`.
## License
This project is licensed under [GPL](./LICENSE).