matco / peerchat

Chat in P2P thanks to WebRTC

Home Page:https://peerchat.projects.matco.name

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Peerchat

Peerchat is a peer to peer chat application that runs in a browser. It relies on WebRTC, a technology for browser to browser communication.

A sample server can be found here.

Deployment

Peerchat needs a signalization server to manage users and to initiate connections. This server is a tiny Node.js script which also serves the static HTML files required by the application. Launch this server with npm start.

Heroku

You can deploy the application on Heroku for free.

Google App Engine

You can deploy the application on Google App Engine Flex (websockets are not supported on standard environment). Just run gcloud app deploy.

About

Chat in P2P thanks to WebRTC

https://peerchat.projects.matco.name

License:The Unlicense


Languages

Language:JavaScript 89.0%Language:CSS 7.0%Language:HTML 4.1%