fkrauthan
06/20/2018, 6:42 PMlet myCount = 0; onRequest() { myCount += 1 }
and as long as my nodejs server is running it will keep counting. No need to store it in a database or on harddrive you can't do that with PHP since each incoming request is handled as new parsed PHP application