TalkToMe is a web application designed to replicate the functionality of Google Meet, but without the 1-hour meeting time limitation. This app allows users to conduct meetings without worrying about time constraints, providing a seamless and uninterrupted communication experience.
- Unlimited meeting duration
- High-quality video and audio
- Screen sharing capabilities
- Real-time chat
- Easy to use interface
- Next.js
- React
- WebRTC
- Socket.io
To get started with TalkToMe, clone the repository and install the dependencies:
git clone https://github.com/gobielJonathan/talktome.git
cd talktome
pnpm install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open https://0.0.0.0:3000 with your browser to start using TalkToMe.
We welcome contributions to improve TalkToMe. Feel free to open issues or submit pull requests on the GitHub repository.
This project is licensed under the MIT License.