Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manighazaee/livetext
A real-time text communication system in a command-line like interface, with specific communication rules.
https://github.com/manighazaee/livetext
communication css nodejs socket-io typescript
Last synced: about 15 hours ago
JSON representation
A real-time text communication system in a command-line like interface, with specific communication rules.
- Host: GitHub
- URL: https://github.com/manighazaee/livetext
- Owner: ManiGhazaee
- License: mit
- Created: 2023-10-15T17:27:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-25T08:41:18.000Z (about 1 year ago)
- Last Synced: 2024-12-12T16:12:38.027Z (about 2 months ago)
- Topics: communication, css, nodejs, socket-io, typescript
- Language: TypeScript
- Homepage: https://live-text.onrender.com/
- Size: 56.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![Node.js](https://img.shields.io/badge/node.js-%23339933.svg?style=for-the-badge&logo=node.js&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)# LiveText
A real-time text communication system in a command-line like interface, with specific communication rules.
Built with typescript, ctm (my framework), css.## Demo
Live demo at [LiveText](https://live-text.onrender.com/).
> [!NOTE]
> - Server may take a minute or two to start.
> - The server automatically resets each socket connection after 5 minutes.## Dependency
- Socket.io## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE.md) file for details.