The idea is to get a fully functional chat app using nothing but a text file on a server, AJAX and localStorage.
This is my idea:
Simple Chat App
Https connection
Server: text file.
Code:
Ajax to update the text file.
On send execute a function
Function
- Override the contents of the text file.
- Pull the contents of the text file onto the webpage.
- Store the content to localStorage.
Would this work?
Regards,
Chris
from Programming http://bit.ly/2X0PWwo
via IFTTT

0 Comments