https://github.com/dacurse/remix-chat-app
Proof of concept for a real-time chat app using Server-Sent Events in Remix
https://github.com/dacurse/remix-chat-app
chat eventsource react remix-run sse typescript
Last synced: 12 months ago
JSON representation
Proof of concept for a real-time chat app using Server-Sent Events in Remix
- Host: GitHub
- URL: https://github.com/dacurse/remix-chat-app
- Owner: DaCurse
- License: mit
- Created: 2022-05-20T15:25:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-24T17:42:08.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T03:01:37.625Z (over 1 year ago)
- Topics: chat, eventsource, react, remix-run, sse, typescript
- Language: TypeScript
- Homepage: https://remix-chat-app.fly.dev
- Size: 246 KB
- Stars: 30
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remix Chat App
[](https://github.com/DaCurse/remix-chat-app/actions/workflows/deploy.yml)
Live Demo:
Proof of concept for a chat app using server-sent events ([EventSource](https://mdn.io/eventsource)) in Remix.
The app features a basic user system, a live user count and real-time chat.
## License
MIT