How To

How to Use WebSockets In Flutter

What if I told you there’s a way to communicate with the server without server polling? That’s where WebSockets come in handy. That is why today we are going to learn how to use WebSockets in Flutter. In this blog we’re going to create an app that connects, listens, sends, and closes WebSocket connections. Let’s …

How to Use WebSockets In Flutter Read More »

How To Create Responsive Tables using Bootstrap

What is an HTML table? HTML tables are composed of table cells inside rows and columns and are used to arrange data. The tag for the HMTML table is <table></table>. Tags like <td></td>, <th></th>, and <tr></tr> is also part of the HTML table. TAGS DEFINITION <table></table> HTML tag to create a table. <td></td> HTML tag …

How To Create Responsive Tables using Bootstrap Read More »