nodeJS and Web APIs
68.8K views | +1 today
Follow
nodeJS and Web APIs
about node.js and Web APIs
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'HTML5'. Clear
Rescooped by Srdjan Strbanovic from Dev Breakthroughs
Scoop.it!

The New 3-Tier Architecture: HTML5, Proxies, and APIs

The New 3-Tier Architecture:HTML5, Proxies, and APIs by Brian Mulloy and Kevin Swiber (Apigee)

 

Companion video here : http://goo.gl/YBECx

 


Via Nicolas Weil
Dolly Bhasin 's curator insight, December 30, 2012 11:20 PM

Great work, just what I was looking for! Thanks for sharing!

Rescooped by Srdjan Strbanovic from Dev Breakthroughs
Scoop.it!

Implementing Video Conferencing in HTML5

Implementing Video Conferencing in HTML5 | nodeJS and Web APIs | Scoop.it

Here is a guide from @silviapfeiffer to Plugin-free video conferencing in the browser!

 

Websocket server code: http://ow.ly/b5yF7


Via Nicolas Weil
No comment yet.
Rescooped by Srdjan Strbanovic from Dev Breakthroughs
Scoop.it!

Combining HTML Hypermedia APIs and Adaptive Web Design

Combining HTML Hypermedia APIs and Adaptive Web Design | nodeJS and Web APIs | Scoop.it

HTML is the lowest common denominator in a world were the number of devices are steadily growing. In such a world, our API should be hypermedia driven and we should consider choosing HTML as the media type for our APIs. If we choose this, we can enhance the API with CSS and JavaScript, making the API human-friendly as well. Further, we can use Adaptive Web Design to make the best possible experience for all types of browsers and devices.

 

This kind of solution has some risks and technical issues related to it though. And it is not a silver bullet.


Via Nicolas Weil
No comment yet.
Rescooped by Srdjan Strbanovic from Dev Breakthroughs
Scoop.it!

Face Detection using HTML5, Javascript, Webrtc, Websockets, Jetty and OpenCV

Face Detection using HTML5, Javascript, Webrtc, Websockets, Jetty and OpenCV | nodeJS and Web APIs | Scoop.it

Through HTML5 and the corresponding standards, modern browsers get more standarized features with every release. Most people have heard of websockets that allows you to easily setup a two way communication channel with a server, but one of the specifications that hasn't been getting much coverage is the webrtc specificiation.

 

With the webrtc specification it will become easier to create pure HTML/Javascript real-time video/audio related applications where you can access a user's microphone or webcam and share this data with other peers on the internet. For instance you can create video conferencing software that doesn't require a plugin, create a baby monitor using your mobile phone or more easily facilitate webcasts. All using cross-browser features without the use of a single plugin.


Via Nicolas Weil
No comment yet.
Rescooped by Srdjan Strbanovic from Dev Breakthroughs
Scoop.it!

sipml5 - The world's first HTML5 SIP client

sipml5 - The world's first HTML5 SIP client | nodeJS and Web APIs | Scoop.it

This is the world's first open source HTML5 SIP client (May 12, 2012) entirely written in javascript for integration in social networks (FaceBook, Twitter, Google+), online games, e-commerce sites... No extension, plugin or gateway is needed. The media stack rely on WebRTC.

 

The client can be used to connect to any SIP or IMS network from your preferred browser to make and receive audio/video calls and instant messages.

 

The protocol parsers (SIP, SDP...) are highly optimized using Ragel lookup tables and is suitable for embedded systems with limited memory and low computing power.


Via Nicolas Weil
No comment yet.