Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 8 hours 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-24T17:42:08.000Z (about 2 years ago)
- Last Synced: 2023-03-04T18:02:06.045Z (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: 22
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remix Chat App
[![🚀 Deploy](https://github.com/DaCurse/remix-chat-app/actions/workflows/deploy.yml/badge.svg)](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