Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandrehiroyuki/instant-chat
Create instant chat rooms as fast as you cook instant noodles. Remember that their duration is just as ephemeral. Using Svelte and SocketIO.
https://github.com/alexandrehiroyuki/instant-chat
socket-io svelte typescript
Last synced: 22 days ago
JSON representation
Create instant chat rooms as fast as you cook instant noodles. Remember that their duration is just as ephemeral. Using Svelte and SocketIO.
- Host: GitHub
- URL: https://github.com/alexandrehiroyuki/instant-chat
- Owner: AlexandreHiroyuki
- Created: 2023-05-04T12:19:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T01:22:04.000Z (11 months ago)
- Last Synced: 2024-10-06T12:09:08.700Z (about 1 month ago)
- Topics: socket-io, svelte, typescript
- Language: Svelte
- Homepage: https://instant-chat-web.vercel.app
- Size: 431 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instant Chat
[![GitHub Stars](https://img.shields.io/github/stars/AlexandreHiroyuki/instant-chat?color=yellow)](https://github.com/AlexandreHiroyuki/instant-chat/stargazers)
[![Top Language](https://img.shields.io/github/languages/top/AlexandreHiroyuki/instant-chat)](https://github.com/AlexandreHiroyuki/instant-chat)Create instant chat rooms as fast as you cook instant noodles. Remember that their duration is just as ephemeral.
Each chat room have a unique code that you can share with your friends. Once they join, you can start chatting.
The chat room will be deleted after a few minutes once everyone leaves or if the majority of people vote on a poll to close it.## How to run
### Requirements
- [yarn v2+](https://yarnpkg.com/getting-started/install)
### Steps
1. Clone this repository.
2. Run `yarn` to install dependencies in the root folder.
3. Run `yarn dev` to start the local development server.