8000 GitHub - zSimons/free4chat: free4.chat is an instant audio conferencing service. It is designed by the local first and privacy first principle, and is very easy to use.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

free4.chat is an instant audio conferencing service. It is designed by the local first and privacy first principle, and is very easy to use.

License

Notifications You must be signed in to change notification settings

zSimons/free4chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

free4chat

free4.chat is an instant audio conferencing service.

It is designed by the local first and privacy first principle, and is very easy to use.

Features

  • Common
    • Use WebSocket to replace http-json protocol
  • Room
    • Text chat, can sent text or emoji
    • Room permission setting, like public/private type setting
      • private room can't been seen on room discovery, and it needs password to enter. The password is End-to-End Encryption, server only need check the answer which given by the client like the PoW in blockchain*
      • Public rooms discovery, like hot room list or filter rooms by type/tag
  • User
    • Robot user, like game robot who can play or facilitate game
      • robot use Web Speech API to play with user in room
      • robot can play some voice games like language learning, technical interview, etc.
    • User real-time collaboration, like whiteboard, you draw I guess, etc.
  • < 6EDB li>Infra
    • Backend service cluster, auto scaling, load balancing, etc.
    • Security enhancement, like coturn TLS setup, end-to-end encryption, etc.
    • Privacy enhancement.

NOTE:

  • * means it can be considered a VIP feature.

Contribution

If you are interested in webRTC, peer-to-peer(P2P), real-time collaboration(CRDT), distributed system or robot design, you can join this project and contact with me by twitter.

Thanks

free4.chat is build on the top of Kraken, Mornin, coturn and Pion, thanks for their heart of open source.

About

free4.chat is an instant audio conferencing service. It is designed by the local first and privacy first principle, and is very easy to use.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 39.7%
  • Vue 35.3%
  • TypeScript 19.2%
  • JavaScript 4.3%
  • SCSS 1.4%
  • Shell 0.1%
0