How to use single socket connection for MPA?

Viewed 10

I'm trying to use signle socket connection for my multi page web application using node express and ejs layout but every time i change the page first connection got disconnected any connect new with new id.there is any technique to handle single socket connection over multi page. (Note: i'm using MVC with node express and basic express-ejs layout)

0 Answers
Related