Skip to content

Commit

Permalink
try url
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Nov 11, 2023
1 parent c1261ce commit 1938cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Open several browser tabs with http://localhost:8000 and see chat in action.

While this example is only the top of an iceberg, it should give you a good insight on library API. Check out [examples](https://github.com/centrifugal/centrifuge/tree/master/_examples) folder for more. We recommend to start looking from [chat_json](https://github.com/centrifugal/centrifuge/tree/master/_examples/chat_json) example, which extends the basic example shown here and demonstrates many possibilities of Centrifuge protocol:

[![Chat example](https://cdn.rawgit.com/centrifugal/centrifuge/master/_examples/chat_json/demo.gif "Chat Demo")](https://github.com/centrifugal/centrifuge/tree/master/_examples/chat_json)
[![Chat example](https://raw.githubusercontent.com/centrifugal/centrifuge/master/_examples/chat_json/demo.gif "Chat Demo")](https://github.com/centrifugal/centrifuge/tree/master/_examples/chat_json)

Keep in mind that Centrifuge library is not a framework to build chat applications. It's a **general purpose real-time transport** for your messages with some helpful primitives. You can build many kinds of real-time apps on top of this library including chats but depending on application you may need to write business logic yourself.

Expand Down
2 changes: 1 addition & 1 deletion _examples/chat_json/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ go run main.go

Then go to http://localhost:8000 to see it in action. Open several browser tabs and publish messages.

[![Chat example](https://cdn.rawgit.com/centrifugal/centrifuge/master/_examples/chat_json/demo.gif "Chat Demo")](https://github.com/centrifugal/centrifuge/tree/master/_examples/chat_json)
[![Chat example](https://raw.githubusercontent.com/centrifugal/centrifuge/better_chat_styles/_examples/chat_json/demo.gif "Chat Demo")](https://github.com/centrifugal/centrifuge/tree/master/_examples/chat_json)

0 comments on commit 1938cbb

Please sign in to comment.