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

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

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).