https://github.com/aifrak/real-time-phoenix-sneaker-23
Code from the book "Real-Time Phoenix" since part II
https://github.com/aifrak/real-time-phoenix-sneaker-23
elixir elixir-lang elixir-phoenix genstage learning phoenix phoenix-channels phoenix-framework
Last synced: 8 months ago
JSON representation
Code from the book "Real-Time Phoenix" since part II
- Host: GitHub
- URL: https://github.com/aifrak/real-time-phoenix-sneaker-23
- Owner: aifrak
- Created: 2022-01-06T11:24:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-17T11:20:42.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T07:09:01.389Z (9 months ago)
- Topics: elixir, elixir-lang, elixir-phoenix, genstage, learning, phoenix, phoenix-channels, phoenix-framework
- Language: Elixir
- Homepage: https://pragprog.com/titles/sbsockets/real-time-phoenix/
- Size: 752 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real-Time Phoenix - sneaker_23
Code from the book "Real-Time Phoenix" since part II.
## Selenium
### Issues?
Remove and start again the containers starting with `selenium`.
### Delete a sesssion
```bash
curl -i -X DELETE http://[Selenium Grid node URL]/session/[session id]
```