Self host a supabase and build a chat app with it

PART 1. SELF HOST SUPABASE 1. What’s supabase Supabase is an open-source alternative to Firebase. It provides a suite of tools for building scalable and secure web and mobile applications, including authentication, real-time database, and storage. Supabase is built on top of open-source technologies, and it aims to provide an easy-to-use platform for developers that…

Read More

Introductory RIA (Rich Internet Application)

Previously when mentioned web , people understand that they are static content through a content development time was able to be customized and become “dynamic” and more interactive. Today the web has made great changes, people mention the social network interaction between people, or the “Web Application” in service jobs that would normally use independent software . RIA…

Read More

Play With RIA

What is RIA? RIA – Rich Internet Application is a web application form (web application) try to show the traditional functions of the software running on the desktop. At any rate, the RIA erase non-state theory of the HTTP protocol. What is feature of RIA? RIA applications run entirely on the browser (web browser) supports…

Read More

[How to] Install resin webserver on centos

Resin is very strong webserver/servlet container  . It really fast and strong ,  it may be keep ~10k  concurrent connection  . This tutorial will help you install Resin as service on Centos 1. Install jdk (best is  jdk7 , skip this step if you already have JDK [5,6,7]) http://download.oracle.com/otn-pub/java/jdk/7u2-b13/jdk-7u2-linux-x64.rpm     wget http://download.oracle.com/otn-pub/java/jdk/7u2-b13/jdk-7u2-linux-x64.rpm     rpm -i…

Read More