From da53c07f688c9b21c7e42f383b8580329a09901e Mon Sep 17 00:00:00 2001 From: "Vasanth.V" Date: Sat, 5 Sep 2020 11:35:59 +0530 Subject: [PATCH] Open sourcing under MIT --- LICENSE | 21 +++++ README.md | 4 + server.js | 1 - www/about.html | 238 ------------------------------------------------- www/index.html | 109 +++++++++++----------- 5 files changed, 78 insertions(+), 295 deletions(-) create mode 100644 LICENSE delete mode 100755 www/about.html diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..bffed34 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2019 Vasanth V + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index 006211b..9465822 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,7 @@ Open the following url in the browser ``` http://localhost:3000 ``` + +### LICENSE + +MIT diff --git a/server.js b/server.js index 65e3959..4221725 100755 --- a/server.js +++ b/server.js @@ -14,7 +14,6 @@ server.listen(PORT, null, function() { console.log('Listening on port ' + PORT); }); -app.get('/about', (req, res) => res.sendFile(path.join(__dirname, 'www/about.html'))); app.get('/legal', (req, res) => res.sendFile(path.join(__dirname, 'www/legal.html'))); // All URL patterns should served with the same file. diff --git a/www/about.html b/www/about.html deleted file mode 100755 index 01a5659..0000000 --- a/www/about.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - - - - - - About Talk - - - - - - - -
-
- -
- Talk - Legal -
-
-
-
-
Talk is a free group video call app with screen sharing.
-
- It is built using WebRTC, so all your video chat is peer-to-peer. Group video call is achieved using WebRTC - mesh. So the quality of the call is inversely proportional to the number of people on the call. The sweet - number is somewhere around 6 to 8 people in an average high-speed connection. -
-
-
-
-
-
Free
-
- Use the app as much as you need. -
    -
  • Unlimited rooms
  • -
  • Unlimited call time
  • -
  • No limitations
  • -
  • No signups
  • -
  • No downloads
  • -
  • 100% Free
  • -
- Open app -
-
- -
-
You own it
-
- I give you the source code, and you can use it as you wish. You can add video call feature in your product, - protect the rooms with authentication. Anything you wish. No attribution required. -

One time fee $500

- Contact me -
-
-
- - -
- - diff --git a/www/index.html b/www/index.html index 541d3ea..e7c9df2 100755 --- a/www/index.html +++ b/www/index.html @@ -1,63 +1,60 @@ - - - - - - - - - - - - - - Talk - A free video call app for the web - - - - + + + + + + + + + + + + + + Talk - A free video call app for the web + + + + + + +
+ Share the URL of this page with your friends to start talking.
+ Source code · + Legal +
+
+ - + + Please allow camera & microphone access to use this app. +
+
+ + + + +
+ +