• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..18-Oct-2021-

main.goH A D18-Oct-20217.8 KiB329278

readme.mdH A D18-Oct-2021380 106

readme.md

1Example demonstrates a possibility of using Centrifuge with Fetch Readable Stream unidirectional transport. Should work [in most major browsers](https://caniuse.com/streams) - though only tested in Chrome and Firefox at the moment..
2
3To start example run the following command from example directory:
4
5```
6go run main.go
7```
8
9Then go to http://localhost:8000 to see it in action.
10