Posts
Showing posts from 2021
Svelte ranks high in the State of JS 2020 survey.
- Get link
- X
- Other Apps
Svelte ranks high in the State of JS 2020 survey. For those not familiar with Svelte: "Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app." My Svelte learning journey started with this poll app (up and running in Vercel ): tinyurl.com/wc6e3rnd Check the comments below for a link to the Github repo if you would like to see the code. I feel the future is really bright for Svelte.
Live video streaming using javascript
- Get link
- X
- Other Apps
In this video I show how to perform live streaming with JavaScript ( VanillaJS ) Watch the video to understand the powers of JavaScript. Learn how to access web camera in JS using getUserMedia. It will be useful when you develop applications based on web camera. Accessing Webcam in HTML is now possible using JavaScript. It prompts the user in the browser to allow access. If the users give permission to the script then your app can access the webcam of the user computer and you can take a picture and record video. Live streaming directly from computer to the world in browser using JavaScript tutorial