Live examples of WebSocket and Server-Sent Events (SSE) using Spark Java and Obsidian.
git clone https://github.com/obsidian-framework/realtime-examples.git
cd realtime-examples
mvn clean compile exec:java
# Open http://localhost:8888/| Example | Tech | Description |
|---|---|---|
| Chat | WebSocket | Multi-user real-time chat |
| Notifications | SSE | Live notification feed |
- Java 17+
- Maven 3.6+
- Spark 2.9.4
MIT