https://github.com/dkarter/socks
🧦 Example of relaying private messages on Phoenix Channels for only specific users.
https://github.com/dkarter/socks
elixir phoenix-channels phoenix-framework websockets
Last synced: about 1 year ago
JSON representation
🧦 Example of relaying private messages on Phoenix Channels for only specific users.
- Host: GitHub
- URL: https://github.com/dkarter/socks
- Owner: dkarter
- Created: 2020-11-20T07:02:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T04:13:18.000Z (over 2 years ago)
- Last Synced: 2025-04-02T23:31:19.519Z (about 1 year ago)
- Topics: elixir, phoenix-channels, phoenix-framework, websockets
- Language: Elixir
- Homepage:
- Size: 6.57 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Socks
Example of relaying private messages on Phoenix Channels for only specific users.
## Demo

## Usage
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Install Node.js dependencies with `npm install` inside the `assets` directory
* Start Phoenix endpoint with `mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).