Skip to main content

Posts

Showing posts with the label Project

Talky Messenger Documentation & Setup

( Github ) Just created a chat app that runs in Node and Socket. the attempt was worthy. Talky is a messenger app built with Node, Express, Socket, Angular & Bootstrap. It's like a server-client structure. (But obviously not like the one we done at OS lab using shared memory). It has a broadcasting structure. Talky does not keep a log on chat. i.e., It doesn't have a memory or database. When we close the browser window, chat history is lost. There I also added a basic console, protected by a password, to send real-time notifications to active clients. The name 'Talky' was suggested by a friend of mine. (hey, thank you for that. The fact is that I am not really good at naming...😝) What if sometimes your college blocks WhatsApp? Try Talky. ( There is also a website on internet in the name of 'Talky' which has no connection with this one. ) Download Talky Messenger To use Talky, all you need is 3 things: Node server Source code...

Formia Screenshots - Google Forms Simulation.

Below are a some sample views of Formia: You can download Formia here . Screenshots. Home Create Forms Here are your forms here is your live form. Results Comment below your suggestions. ----

Formia - A Simulation of Google Forms. Part 1 - My Experience

This time I would like to share one of the exciting moments in my life, in which I understood what the Client - Server Concept means and by the Grace of God , simulated one of the Internet Giant's product, Google Forms from scratch. I finished the project a couple of months ago. Here is the story. (and the project ). Analysis page, See more screenshots Screenshots Install Formia. What it is? Formia is an incredible web application for Massive Feedback Analysis. Developed on May 2015. More than  4000 lines of codes. Flexible. Well structured. This can be viewed as a simulation of  Google Forms , a product hosted by the  Internet Giant, Google. Service available in  mobile, laptop, tabs . Languages Formia is constructed on  7 languages , including PHP, AJAX, JS, SQL etc. The Analysis part utilizes  Google APIs  which is one of the coolest (and  hottest ) feature. Usability Formia is optimized for easine...

Formia - A Simulation of Google Forms. Part 2 - Download and Install

<< Formia - A Simulation of Google Forms. Part 1 OK guys, here is how to try Formia. All you have 6 steps to go. Download the project. Run the server. Create user. Copy the folder. Run initialization file. Good to go. Go to Github Page. Documentation/Report. Install Formia Note For My Personal Friends: When you finished installation, you will be prompted to create an account on Formia. Use your original First Name. The steps are also available at here. Follow the steps below to install Formia. Step 1: Download the Project In 2 ways you can get the project From Github: (recomended). Getting the files from Github is recommended because, you will be getting the latest version of Formia. Also it's backed up with a large community. If you have no git installed on your device, no problem. You can download the zip of the project files from  my github page . Look for the " download zip " button. If you got git software on you machine, Open command ...