mirror of
https://github.com/taigrr/log-socket
synced 2025-01-18 04:53:14 -08:00
Compare commits
No commits in common. "147a8cb30b22d7078c50078b882215b34e8ea14d" and "ebef59a9a8246026a82674e0603da9a5b8b82c63" have entirely different histories.
147a8cb30b
...
ebef59a9a8
15
README.md
15
README.md
@ -1,15 +0,0 @@
|
|||||||
log-socket
|
|
||||||
==========
|
|
||||||
`log-socket` is a drop-in replacement for Go's `log` package that allows for streaming of logs via WebSockets.
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
To install the library:
|
|
||||||
`go get github.com/taigrr/log-socket`
|
|
||||||
|
|
||||||
## Running
|
|
||||||
To run a demo of this library:
|
|
||||||
`go run main.go`
|
|
||||||
|
|
||||||
This demo will do a sample of every log type and push results to `0.0.0.0:8080`. Once running, you can open a browser and navigate to
|
|
||||||
`0.0.0.0:8080` to see an example implementation of how logs are streamed.
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user