Skip to content

Commit

Permalink
Add bonus content provided by @chgeuer
Browse files Browse the repository at this point in the history
  • Loading branch information
LostKobrakai committed May 31, 2024
1 parent d1b6436 commit c697557
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/posts/2024-04-24-bare-websockets.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,7 @@ So to me there are two reasons for using bare websockets on a phoenix project:

Additionally this allows for websockets on plain plug applications as well, where
channels aren't available in the first place.

## Bonus: Elixir based websocket client

Are you also interested in how to connect to a websockets server from elixir? [@chgeuer](https://github.com/chgeuer) did provide a gist on how to connect to the websocket endpoint of this blogpost with an elixir based client. Feel free to check his [gist](https://gist.github.com/LostKobrakai/364b93e346a224218145121857f268c5).

0 comments on commit c697557

Please sign in to comment.